aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-10-10 15:08:38 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-10-10 15:08:38 +0000
commitbd3c4bb29f0962a174e4d768b2b0bc11fd42e272 (patch)
tree9857d529f8d752a5822bceda89280f9b2b9e50d3 /usr.sbin/ipftest
parentc6ebaa9629ae462b4d447067ad7ffbe3914a708a (diff)
Notes
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 60ee3148d6bb..000000000000
--- 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>