summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipftest
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-10-10 15:08:38 +0000
committerpeter <peter@FreeBSD.org>1999-10-10 15:08:38 +0000
commit76c8e9b267ecd06e50fdc045c919d158999307b0 (patch)
tree62b1b135c3cc17f368235ac24d2fb87cb9791073 /usr.sbin/ipftest
parent1570675fddfcfe93f9653e349c8090db24be043e (diff)
downloadFreeBSD-src-76c8e9b267ecd06e50fdc045c919d158999307b0.zip
FreeBSD-src-76c8e9b267ecd06e50fdc045c919d158999307b0.tar.gz
Nuke the old antique copy of ipfilter from the tree. This is old enough
to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
Diffstat (limited to 'usr.sbin/ipftest')
-rw-r--r--usr.sbin/ipftest/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile
deleted file mode 100644
index 60ee314..0000000
--- a/usr.sbin/ipftest/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../sys/netinet \
- ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
-
-PROG= ipftest
-MAN1= ipftest.1
-SRCS= opt_ipfilter.h \
- ipt.c fil.c ipft_hx.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c \
- ipft_tx.c misc.c parse.c opt.c ip_frag.c ip_nat.c ip_state.c \
- ip_auth.c ip_fil.c ip_proxy.c
-
-CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
-
-CLEANFILES+= opt_ipfilter.h
-
-opt_ipfilter.h: Makefile
- echo "#define IPFILTER 1" > opt_ipfilter.h
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud