Makefile revision 277627
1# $FreeBSD: head/etc/tests/Makefile 277627 2015-01-24 00:37:41Z will $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/etc
6
7.PATH:		${.CURDIR:H:H}/tests
8KYUAFILE=	yes
9
10TESTS_SUBDIRS+=	rc.d
11
12.include <bsd.test.mk>
13