aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/whatis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/whatis/Makefile')
-rw-r--r--gnu/usr.bin/man/whatis/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/whatis/Makefile b/gnu/usr.bin/man/whatis/Makefile
index 495598f411f6..b3cd6a8b34a1 100644
--- a/gnu/usr.bin/man/whatis/Makefile
+++ b/gnu/usr.bin/man/whatis/Makefile
@@ -36,5 +36,9 @@ install: ${TARG} maninstall
.include "../Makefile.inc"
.if make(maninstall) || make(install)
+.if !defined(NOMAN)
.include <bsd.man.mk>
+.else
+maninstall:
+.endif
.endif