mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
f17e7cad7e
get built. Sponsored by: Spectra Logic MFC after: 13 days X-MFC-With: r261081
15 lines
203 B
Makefile
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>
|