Index: bin/hostname/tests/Makefile =================================================================== --- bin/hostname/tests/Makefile +++ bin/hostname/tests/Makefile @@ -1,6 +1,10 @@ +.include + PACKAGE= tests +.if ${MK_JAIL} != "no" ATF_TESTS_SH= hostname_test BINDIR= ${TESTSDIR} +.endif .include