mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/uuencode
|
||
|
|
|
||
|
|
TAP_TESTS_SH= legacy_test
|
||
|
|
|
||
|
|
FILESDIR= ${TESTSDIR}
|
||
|
|
FILES= regress.base64.out
|
||
|
|
FILES+= regress.in
|
||
|
|
FILES+= regress.sh
|
||
|
|
FILES+= regress.traditional.out
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|