Don't try to install man page if NOMAN set.

This commit is contained in:
mycroft 1993-04-26 03:29:31 +00:00
parent d01e9218c3
commit ad97848959
1 changed files with 2 additions and 0 deletions

View File

@ -9,8 +9,10 @@ CLEANFILES=ranlib.5.0
ranlib.0: ranlib.5.0
.if !defined(NOMAN)
afterinstall:
install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ranlib.5.0 \
${DESTDIR}${MANDIR}5/ranlib.0
.endif
.include <bsd.prog.mk>