Home | History | Annotate | Line # | Download | only in ipf
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2009/02/20 21:42:59 jmmv Exp $
      2 
      3 NOMAN=		# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 TESTSDIR=	${TESTSBASE}/ipf
      8 
      9 TESTS_SH=	t_ipf
     10 
     11 CLEANFILES+= t_ipf.sh
     12 t_ipf.sh: t_ipf.awk t_ipf.in
     13 	${TOOL_AWK} -f ${.CURDIR}/t_ipf.awk ${.CURDIR}/t_ipf.in >t_ipf.sh
     14 
     15 SUBDIR=		regress input expected
     16 
     17 .include <bsd.test.mk>
     18 .include <bsd.subdir.mk>
     19