mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
14 lines
203 B
Makefile
14 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>
|