1# $NetBSD: Makefile,v 1.3 2010/07/13 21:13:25 jmmv Exp $
2
3NOMAN=		# defined
4
5.include <bsd.own.mk>
6
7TESTSDIR=	${TESTSBASE}/ipf
8ATFFILE=	yes
9
10.for name in t_bpf t_filter_exec t_filter_parse t_logging t_nat_exec \
11             t_nat_ipf_exec t_nat_parse t_pools
12TESTS_SH+=		${name}
13TESTS_SH_SRC_${name}=	h_common.sh ${name}.sh
14.endfor
15
16SUBDIR=		regress input expected
17
18.include <bsd.test.mk>
19