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