Home | History | Annotate | Line # | Download | only in ipf
Makefile revision 1.4
      1  1.4  pooka # $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka 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.4  pooka ATFFILE=	yes
      9  1.1   jmmv 
     10  1.2   jmmv .for name in t_bpf t_filter_exec t_filter_parse t_logging t_nat_exec \
     11  1.2   jmmv              t_nat_ipf_exec t_nat_parse t_pools
     12  1.2   jmmv TESTS_SH+=		${name}
     13  1.2   jmmv TESTS_SH_SRC_${name}=	h_common.sh ${name}.sh
     14  1.2   jmmv .endfor
     15  1.1   jmmv 
     16  1.1   jmmv SUBDIR=		regress input expected
     17  1.1   jmmv 
     18  1.1   jmmv .include <bsd.test.mk>
     19