mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/gnu/usr.bin
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR:H:H:H}/tests
|
||
|
|
KYUAFILE= yes
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|