1# $FreeBSD: stable/10/usr.bin/getconf/tests/Makefile 318436 2017-05-18 01:43:30Z ngie $
2
3ATF_TESTS_SH+=	getconf_test
4
5PROGS+=		arch_type
6
7BINDIR=		${TESTSDIR}
8
9WARNS?=		6
10
11.include <bsd.test.mk>
12