fix make MKSHARE=no by not protecting MAN=... with MKSHARE != no.

(noted by mjl@netbsd.org)
This commit is contained in:
lukem 1999-02-14 00:46:35 +00:00
parent 6ccd18ba1f
commit 61fbe967cf
1 changed files with 2 additions and 3 deletions

View File

@ -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 <bsd.own.mk> .include <bsd.own.mk>
MAN= mkfilters.1
.if ${MKSHARE} != "no" .if ${MKSHARE} != "no"
FILESDIR= /usr/share/examples/ipf FILESDIR= /usr/share/examples/ipf
MAN= mkfilters.1
FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \ 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 \ 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 nat.eg server tcpstate mkfilters
.endif .endif
.include <bsd.own.mk>
.include <bsd.man.mk> .include <bsd.man.mk>
.include <bsd.files.mk> .include <bsd.files.mk>