From 61fbe967cf3589c0377fe26c63100afec10aa5db Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 14 Feb 1999 00:46:35 +0000 Subject: [PATCH] fix make MKSHARE=no by not protecting MAN=... with MKSHARE != no. (noted by mjl@netbsd.org) --- usr.sbin/ipf/rules/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/ipf/rules/Makefile b/usr.sbin/ipf/rules/Makefile index b81aa4862404..95bf5557335d 100644 --- a/usr.sbin/ipf/rules/Makefile +++ b/usr.sbin/ipf/rules/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:59 lukem Exp $ +# $NetBSD: Makefile,v 1.6 1999/02/14 00:46:35 lukem Exp $ .include +MAN= mkfilters.1 .if ${MKSHARE} != "no" FILESDIR= /usr/share/examples/ipf -MAN= mkfilters.1 FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \ example.4 example.5 example.6 example.7 example.8 example.9 \ @@ -12,6 +12,5 @@ FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \ nat.eg server tcpstate mkfilters .endif -.include .include .include