freebsd-dev/usr.bin/tftp/tests/Makefile
Mark Johnston ae2f0b2611 tftp tests: Fix a typo in the makefile
Fixes:	64c2a712d6 ("tftp: Add tests.")
2023-03-26 12:54:59 -04:00

11 lines
145 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= tftp_test
BINDIR= ${TESTSDIR}
TEST_METADATA.tftp_test+= is_exclusive="true"
.include <bsd.test.mk>