From 74130150bdadb062e434e55a18e6404b950a936a Mon Sep 17 00:00:00 2001 From: Guido van Rooij Date: Fri, 7 Jan 2005 09:22:02 +0000 Subject: [PATCH] Link a couple of missing manpages Submitted by: Hideyuki KURASHINA MFC after: 1 week --- sbin/ipf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 1964def66ef8..9c1af0eda726 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -4,6 +4,8 @@ PROG= ipf MAN= ipf.4 ipf.5 ipf.8 +MLINKS= ipf.5 ipf.conf.5 \ + ipf.5 ipf6.conf.5 SRCS= ipf.c parse.c opt.c facpri.c common.c CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet