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