aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-06-05 21:57:16 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-06-05 21:57:16 +0000
commitfe88cc599bcafccbfa3582183d515ba06fa32b4d (patch)
treee44a44c6d78888cb22c7b8ed501661a08eec072d /gnu
parent67bc1dabe4272cee3d463eec02adc3e07103562e (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/apropos/Makefile4
-rw-r--r--gnu/usr.bin/man/whatis/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile
index 729c831c398d..f353eb7d1e81 100644
--- a/gnu/usr.bin/man/apropos/Makefile
+++ b/gnu/usr.bin/man/apropos/Makefile
@@ -39,5 +39,9 @@ install: ${TARG} maninstall
.include "../Makefile.inc"
.if make(maninstall) || make(install)
+.if !defined(NOMAN)
.include <bsd.man.mk>
+.elif !target(maninstall)
+maninstall:
+.endif
.endif
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