Deleted Added
full compact
Makefile (261857) Makefile (265586)
1# $FreeBSD: stable/10/tests/sys/Makefile 261857 2014-02-13 22:19:24Z asomers $
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
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/..
6
7TESTS_SUBDIRS+= kern
8TESTS_SUBDIRS+= netinet
8TESTSDIR= ${TESTSBASE}/sys
9
10KYUAFILE= yes
11
12.include <bsd.test.mk>
9TESTSDIR= ${TESTSBASE}/sys
10
11KYUAFILE= yes
12
13.include <bsd.test.mk>