mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
11 lines
134 B
Makefile
11 lines
134 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/secure
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR:H:H}/tests
|
||
|
|
KYUAFILE= yes
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|