mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue