diff options
author | peter <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
commit | 76c8e9b267ecd06e50fdc045c919d158999307b0 (patch) | |
tree | 62b1b135c3cc17f368235ac24d2fb87cb9791073 /sbin/ipfstat | |
parent | 1570675fddfcfe93f9653e349c8090db24be043e (diff) | |
download | FreeBSD-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 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile deleted file mode 100644 index 200b0b8..0000000 --- a/sbin/ipfstat/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man - -PROG= ipfstat -MAN8= ipfstat.8 -SRCS= fils.c parse.c opt.c kmem.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter - -.include <bsd.prog.mk> |