Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / tests / ipf / Makefile
blobe57d21f6b367d76db88503b127405d7cbfd2a89c
1 # $NetBSD$
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/ipf
9 TESTS_SH= t_ipf
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
15 SUBDIR= regress input expected
17 .include <bsd.test.mk>
18 .include <bsd.subdir.mk>