Import NetBSD's passwd.conf
[minix3.git] / tests / ipf / Makefile
blobaa8f3ea35479ab379c50405e5c1c4701c459e4f2
1 # $NetBSD: Makefile,v 1.5 2012/11/30 01:41:50 pgoyette Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/ipf
9 # t_bpf is omitted from the test list since we don't support it on NetBSD
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
17 SUBDIR= regress input expected
19 .include <bsd.test.mk>