freebsd-src/tests/sys/Makefile
Alan Somers f17e7cad7e Fix the Makefiles so that the tests I submitted in r261081 will actually
get built.

Sponsored by:	Spectra Logic
MFC after:	13 days
X-MFC-With:	r261081
2014-01-24 18:04:16 +00:00

15 lines
203 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= kern
TESTSDIR= ${TESTSBASE}/sys
KYUAFILE= yes
CLEANFILES+= Kyuafile
Kyuafile: ${.CURDIR}/../Kyuafile
cp -f ${.CURDIR}/../Kyuafile .
.include <bsd.test.mk>