Fix error in last change. (Oops.)

This commit is contained in:
mycroft 1993-04-25 04:55:52 +00:00
parent 483a165ed5
commit fe6a529dc1
1 changed files with 2 additions and 1 deletions

View File

@ -71,13 +71,14 @@ MKDEP= -p
.endif
.if !defined(NOMAN)
.if !defined(MAN1) && !defined(MAN2) && !defined(MAN3) && \
!defined(MAN4) && !defined(MAN5) && !defined(MAN6) && \
!defined(MAN7) && !defined(MAN8)
MAN1= ${PROG}.0
.endif
.endif
.if !defined(NOMAN)
MANALL= ${MAN1} ${MAN2} ${MAN3} ${MAN4} ${MAN5} ${MAN6} ${MAN7} ${MAN8}
.endif