mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 11:10:53 -04:00
13 lines
227 B
Makefile
13 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>
|