mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
49 lines
1.6 KiB
Makefile
49 lines
1.6 KiB
Makefile
PACKAGE= tests
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
|
|
${PACKAGE}FILES+= args.m4
|
|
${PACKAGE}FILES+= args2.m4
|
|
${PACKAGE}FILES+= comments.m4
|
|
${PACKAGE}FILES+= esyscmd.m4
|
|
${PACKAGE}FILES+= eval.m4
|
|
${PACKAGE}FILES+= ff_after_dnl.m4.uu
|
|
${PACKAGE}FILES+= gnueval.m4
|
|
${PACKAGE}FILES+= gnuformat.m4
|
|
${PACKAGE}FILES+= gnupatterns.m4
|
|
${PACKAGE}FILES+= gnupatterns2.m4
|
|
${PACKAGE}FILES+= gnuprefix.m4
|
|
${PACKAGE}FILES+= gnusofterror.m4
|
|
${PACKAGE}FILES+= includes.aux
|
|
${PACKAGE}FILES+= includes.m4
|
|
${PACKAGE}FILES+= m4wrap3.m4
|
|
${PACKAGE}FILES+= patterns.m4
|
|
${PACKAGE}FILES+= quotes.m4
|
|
${PACKAGE}FILES+= redef.m4
|
|
${PACKAGE}FILES+= regress.args.out
|
|
${PACKAGE}FILES+= regress.args2.out
|
|
${PACKAGE}FILES+= regress.comments.out
|
|
${PACKAGE}FILES+= regress.esyscmd.out
|
|
${PACKAGE}FILES+= regress.eval.out
|
|
${PACKAGE}FILES+= regress.ff_after_dnl.out
|
|
${PACKAGE}FILES+= regress.gnueval.out
|
|
${PACKAGE}FILES+= regress.gnuformat.out
|
|
${PACKAGE}FILES+= regress.gnupatterns.out
|
|
${PACKAGE}FILES+= regress.gnupatterns2.out
|
|
${PACKAGE}FILES+= regress.gnuprefix.out
|
|
${PACKAGE}FILES+= regress.gnusofterror.out
|
|
${PACKAGE}FILES+= regress.gnutranslit2.out
|
|
${PACKAGE}FILES+= regress.includes.out
|
|
${PACKAGE}FILES+= regress.m4wrap3.out
|
|
${PACKAGE}FILES+= regress.patterns.out
|
|
${PACKAGE}FILES+= regress.quotes.out
|
|
${PACKAGE}FILES+= regress.redef.out
|
|
${PACKAGE}FILES+= regress.sh
|
|
${PACKAGE}FILES+= regress.strangequotes.out
|
|
${PACKAGE}FILES+= regress.translit.out
|
|
${PACKAGE}FILES+= regress.translit2.out
|
|
${PACKAGE}FILES+= strangequotes.m4.uu
|
|
${PACKAGE}FILES+= translit.m4
|
|
${PACKAGE}FILES+= translit2.m4
|
|
|
|
.include <bsd.test.mk>
|