diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-10-10 15:08:38 +0000 |
| commit | bd3c4bb29f0962a174e4d768b2b0bc11fd42e272 (patch) | |
| tree | 9857d529f8d752a5822bceda89280f9b2b9e50d3 /sbin | |
| parent | c6ebaa9629ae462b4d447067ad7ffbe3914a708a (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/Makefile | 1 | ||||
| -rw-r--r-- | sbin/ipf/Makefile | 12 | ||||
| -rw-r--r-- | sbin/ipfstat/Makefile | 10 | ||||
| -rw-r--r-- | sbin/ipmon/Makefile | 11 | ||||
| -rw-r--r-- | sbin/ipnat/Makefile | 12 |
5 files changed, 0 insertions, 46 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 70f3b1d9bd16..08ba69997d41 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -20,7 +20,6 @@ SUBDIR= adjkerntz \ fsirand \ ifconfig \ init \ - ipf \ ipfw \ kldload \ kldstat \ diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile deleted file mode 100644 index dadd54f06694..000000000000 --- a/sbin/ipf/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man - -PROG= ipf -MAN1= ipf.1 -MAN4= ipf.4 -MAN5= ipf.5 -SRCS= ipf.c parse.c opt.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter - -.include <bsd.prog.mk> diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile deleted file mode 100644 index 200b0b8eca8a..000000000000 --- 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> diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile deleted file mode 100644 index 96cffcf4a6d5..000000000000 --- a/sbin/ipmon/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man - -PROG= ipmon -MAN8= ipmon.8 -SRCS= ipmon.c - -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter - -.include <bsd.prog.mk> diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile deleted file mode 100644 index 7daa52d89d60..000000000000 --- a/sbin/ipnat/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man - -PROG= ipnat -MAN1= ipnat.1 -MAN4= ipnat.4 -MAN5= ipnat.5 -SRCS= ipnat.c kmem.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter - -.include <bsd.prog.mk> |
