mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04:00
11 lines
129 B
Makefile
11 lines
129 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/etc
|
|
|
|
.PATH: ${SRCTOP}/tests
|
|
KYUAFILE= yes
|
|
|
|
SUBDIR+= rc.d
|
|
|
|
.include <bsd.test.mk>
|