Makefile revision 265586
1# $FreeBSD: stable/10/tests/sys/Makefile 265586 2014-05-07 18:49:25Z asomers $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/..
6
7TESTS_SUBDIRS+=		kern
8TESTS_SUBDIRS+=		netinet
9TESTSDIR= ${TESTSBASE}/sys
10
11KYUAFILE= yes
12
13.include <bsd.test.mk>
14