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