1ATF_TESTS_SH+= sysconf_test 2 3.include <bsd.test.mk> 4 5# 6# SCRIPTS install before DIRS in bsd.prog.mk; create TESTSDIR first so a 7# leaf `make install' works before installworld has applied BSD.tests.dist. 8# 9beforeinstall: _sysconf_testdir 10_sysconf_testdir: .PHONY 11 ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 ${DESTDIR}${TESTSDIR} 12