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