1# $FreeBSD$ 2 3ATF_TESTS_SH+= getconf_test 4 5PROGS+= arch_type 6 7BINDIR= ${TESTSDIR} 8 9WARNS?= 6 10 11.include <bsd.test.mk> 12