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:
parent
2b29a85c51
commit
f17e7cad7e
@ -2,7 +2,7 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= # still empty
|
||||
SUBDIR= sys
|
||||
|
||||
TESTSDIR= ${TESTSBASE}
|
||||
KYUAFILE= yes
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= kern
|
||||
TESTSDIR= ${TESTSBASE}/sys
|
||||
|
||||
KYUAFILE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user