Makefile revision 298107
1# $FreeBSD: head/tests/etc/rc.d/Makefile 298107 2016-04-16 07:45:30Z gjb $
2
3PACKAGE=	tests
4FILESGROUPS=	TESTS
5TESTSPACKAGE=	${PACKAGE}
6TESTSDIR=	${TESTSBASE}/etc/rc.d
7
8ATF_TESTS_SH+=	routing_test
9
10.include <bsd.test.mk>
11