summaryrefslogtreecommitdiffstats
path: root/sbin/ipnat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
committerru <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
commit86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (patch)
tree4c55e88911d04809d49725d75147eb7a9f591bbd /sbin/ipnat
parent45d92a4319ace58d340a2d927cce946cca698aff (diff)
downloadFreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.zip
FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.tar.gz
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'sbin/ipnat')
-rw-r--r--sbin/ipnat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile
index 87f8239..6d3644d 100644
--- a/sbin/ipnat/Makefile
+++ b/sbin/ipnat/Makefile
@@ -3,9 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipnat
-MAN1= ipnat.1
-MAN4= ipnat.4
-MAN5= ipnat.5
+MAN= ipnat.1 ipnat.4 ipnat.5
MLINKS= ipnat.5 ipnat.conf.5
SRCS= ipnat.c kmem.c natparse.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
OpenPOWER on IntegriCloud