opnsense-src/bin/hostname/tests/Makefile
Lin Lee 6efcd634c6
hostname(1): Add test cases
Sponsored by:	The FreeBSD Foundation
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1069

(cherry picked from commit 73974a78f7f60acdbb26cdd5325c21c0bb1d2d4d)
2024-02-08 14:02:33 +08:00

6 lines
89 B
Makefile

PACKAGE= tests
ATF_TESTS_SH= hostname_test
BINDIR= ${TESTSDIR}
.include <bsd.test.mk>