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