Makefile revision 275504
1# $FreeBSD: stable/10/tests/sys/Makefile 275504 2014-12-05 11:44:18Z ngie $
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/sys
6
7TESTS_SUBDIRS+=		kern
8TESTS_SUBDIRS+=		netinet
9
10# Items not integrated into kyua runs by default
11SUBDIR+=		pjdfstest
12
13.include <bsd.test.mk>
14