xref: /freebsd/tests/sys/Makefile (revision 3fe8969a749c0e4a62ffdbf4f6883898027a9e19)
1# $FreeBSD$
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