Home | History | Annotate | Line # | Download | only in ipf
Makefile revision 1.1.2.2
      1 # $NetBSD: Makefile,v 1.1.2.2 2009/05/13 19:19:23 jym 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