Makefile revision 261133
1# $FreeBSD: head/tests/sys/Makefile 261133 2014-01-24 18:04:16Z asomers $
2
3.include <bsd.own.mk>
4
5SUBDIR= kern
6TESTSDIR= ${TESTSBASE}/sys
7
8KYUAFILE= yes
9
10CLEANFILES+= Kyuafile
11Kyuafile: ${.CURDIR}/../Kyuafile
12	cp -f ${.CURDIR}/../Kyuafile .
13
14.include <bsd.test.mk>
15