Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ipf/ipf Fixed link between ipf.5 and ipf6.conf.5



details:   https://anonhg.NetBSD.org/src/rev/655118f4b187
branches:  trunk
changeset: 521151:655118f4b187
user:      martti <martti%NetBSD.org@localhost>
date:      Thu Jan 24 14:48:37 2002 +0000

description:
Fixed link between ipf.5 and ipf6.conf.5

diffstat:

 usr.sbin/ipf/ipf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 8a636cbc05c0 -r 655118f4b187 usr.sbin/ipf/ipf/Makefile
--- a/usr.sbin/ipf/ipf/Makefile Thu Jan 24 13:50:32 2002 +0000
+++ b/usr.sbin/ipf/ipf/Makefile Thu Jan 24 14:48:37 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.13 2002/01/24 08:24:38 martti Exp $
+#      $NetBSD: Makefile,v 1.14 2002/01/24 14:48:37 martti Exp $
 
 PROG=  ipf
 SRCS=  ipf.c parse.c common.c opt.c facpri.c
 MAN=   ipf.8 ipf.4 ipf.5 ipl.4
-MLINKS=        ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf6.conf.5
+MLINKS=        ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
 
 BINDIR=                /sbin
 LDSTATIC?=     -static



Home | Main Index | Thread Index | Old Index