1 # $NetBSD: Makefile,v 1.5 2012/11/30 01:41:50 pgoyette Exp $ 2 3 NOMAN= # defined 4 5 .include <bsd.own.mk> 6 7 TESTSDIR= ${TESTSBASE}/ipf 8 9 # t_bpf is omitted from the test list since we don't support it on NetBSD 10 11 .for name in t_filter_exec t_filter_parse t_logging t_nat_exec \ 12 t_nat_ipf_exec t_nat_parse t_pools 13 TESTS_SH+= ${name} 14 TESTS_SH_SRC_${name}= h_common.sh ${name}.sh 15 .endfor 16 17 SUBDIR= regress input expected 18 19 .include <bsd.test.mk> 20