Deleted Added
full compact
Makefile (261081) Makefile (261857)
1# $FreeBSD: head/tests/sys/Makefile 261081 2014-01-23 17:26:28Z asomers $
1# $FreeBSD: stable/10/tests/sys/Makefile 261857 2014-02-13 22:19:24Z asomers $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/..
6
7TESTS_SUBDIRS+= kern
5TESTSDIR= ${TESTSBASE}/sys
6
7KYUAFILE= yes
8
8TESTSDIR= ${TESTSBASE}/sys
9
10KYUAFILE= yes
11
9CLEANFILES+= Kyuafile
10Kyuafile: ${.CURDIR}/../Kyuafile
11 cp -f ${.CURDIR}/../Kyuafile .
12
13.include <bsd.test.mk>
12.include <bsd.test.mk>