mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
11 lines
140 B
Makefile
11 lines
140 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/secure/lib
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR:H:H:H}/tests
|
||
|
|
KYUAFILE= yes
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|