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
This commit is contained in:
Alan Somers 2014-01-24 18:04:16 +00:00
parent 2b29a85c51
commit f17e7cad7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261133
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
.include <bsd.own.mk>
SUBDIR= # still empty
SUBDIR= sys
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes

View File

@ -2,6 +2,7 @@
.include <bsd.own.mk>
SUBDIR= kern
TESTSDIR= ${TESTSBASE}/sys
KYUAFILE= yes