NetBSD/tests/ipf/Makefile
jmmv b9daf172a0 Add the ipf tests developed by Lukasz Strzygowski as part of the atfify
GSoC 2008 project.  These were originally inside the kernel subdirectory
but I think they belong in their own top-level directory because ipf
consists of more components than just the kernel-level packet filter.
2009-02-20 21:42:59 +00:00

19 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/02/20 21:42:59 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/ipf
TESTS_SH= t_ipf
CLEANFILES+= t_ipf.sh
t_ipf.sh: t_ipf.awk t_ipf.in
${TOOL_AWK} -f ${.CURDIR}/t_ipf.awk ${.CURDIR}/t_ipf.in >t_ipf.sh
SUBDIR= regress input expected
.include <bsd.test.mk>
.include <bsd.subdir.mk>