Fix thinko to make MKINFO=no work again. Closes PRs 7342 and 7411.

This commit is contained in:
billc 1999-04-22 01:06:42 +00:00
parent 6ee9a851df
commit 195a593eae

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.info.mk,v 1.7 1999/02/12 15:01:08 tv Exp $
# $NetBSD: bsd.info.mk,v 1.8 1999/04/22 01:06:42 billc Exp $
.if !target(__initialized__)
__initialized__:
@ -37,12 +37,12 @@ FILESMODE_${F}= ${INFOMODE}
FILESNAME_${F}= ${F:T}
.endfor
.if ${MKINFO} != "no"
all: ${INFOFILES}
.else
all:
.endif
.if ${MKINFO} != "no"
cleaninfo:
rm -f ${INFOFILES}
.else