Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2010/07/10 17:28:36 jmmv Exp $ 2 3NOMAN= # defined 4 5.include <bsd.own.mk> 6 7TESTSDIR= ${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 11TESTS_SH+= ${name} 12TESTS_SH_SRC_${name}= h_common.sh ${name}.sh 13.endfor 14 15SUBDIR= regress input expected 16 17.include <bsd.test.mk> 18.include <bsd.subdir.mk> 19