summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-27 08:43:28 +0000
committerru <ru@FreeBSD.org>2001-03-27 08:43:28 +0000
commitd7aebcb4f6cdb92ab409d241084c72f1a8acc250 (patch)
tree2921a02acade06ab9eddfc487b5397a346b3b133 /share/mk/bsd.prog.mk
parent8b18de63df566be3be6d1961300d2c95705fad4b (diff)
downloadFreeBSD-src-d7aebcb4f6cdb92ab409d241084c72f1a8acc250.zip
FreeBSD-src-d7aebcb4f6cdb92ab409d241084c72f1a8acc250.tar.gz
Make it possible to build manpages for the entire source tree.
Diffstat (limited to 'share/mk/bsd.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 6892f2b..596904a 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -165,9 +165,14 @@ tags: ${SRCS} _SUBDIR
.if !defined(NOMAN)
.include <bsd.man.mk>
-.elif !target(maninstall)
+.else
+.if !target(all-man)
+all-man:
+.endif
+.if !target(maninstall)
maninstall:
.endif
+.endif
.if !target(regress)
regress:
OpenPOWER on IntegriCloud