summaryrefslogtreecommitdiffstats
path: root/sbin/ipf
diff options
context:
space:
mode:
authorissyl0 <issyl0@FreeBSD.org>2012-08-28 12:33:54 +0000
committerissyl0 <issyl0@FreeBSD.org>2012-08-28 12:33:54 +0000
commitcf5be7fe5d574238f0452fe5b67d264aa283ee8e (patch)
tree8659a324d7e89e89aee3376ccf1630e16311a1e8 /sbin/ipf
parentd9fa2f486ee98b2557e1d5ad5f1af418c663cfc8 (diff)
downloadFreeBSD-src-cf5be7fe5d574238f0452fe5b67d264aa283ee8e.zip
FreeBSD-src-cf5be7fe5d574238f0452fe5b67d264aa283ee8e.tar.gz
Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
displaying for 'man 4 ipfilter'. PR: docs/118020 Approved by: gjb (mentor) MFC after: 5 days
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/ipf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile
index 0a5f4a8..62a9b47 100644
--- a/sbin/ipf/ipf/Makefile
+++ b/sbin/ipf/ipf/Makefile
@@ -2,8 +2,8 @@
PROG= ipf
SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
-MAN= ipf.8 ipf.4 ipf.5 ipl.4
-MLINKS= ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
+MAN= ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
+MLINKS= ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
CFLAGS+= -I. -DIPFILTER_BPF
GENHDRS= ipf_l.h ipf_y.h
OpenPOWER on IntegriCloud