mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
TAP_TESTS_SH= legacy_test
|
||
|
|
|
||
|
|
FILESDIR= ${TESTSDIR}
|
||
|
|
FILES= regress.1.in
|
||
|
|
FILES+= regress.2.in
|
||
|
|
FILES+= regress.out
|
||
|
|
FILES+= regress.sh
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|