1 # $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka Exp $ 2 3 NOMAN= # defined 4 5 .include <bsd.own.mk> 6 7 TESTSDIR= ${TESTSBASE}/ipf 8 ATFFILE= 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 12 TESTS_SH+= ${name} 13 TESTS_SH_SRC_${name}= h_common.sh ${name}.sh 14 .endfor 15 16 SUBDIR= regress input expected 17 18 .include <bsd.test.mk> 19