summaryrefslogtreecommitdiffstats
path: root/share/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r--share/doc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index 61b26d7..b901b93 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -3,12 +3,17 @@
.include <bsd.own.mk>
-SUBDIR= ${_bind9} IPv6 legal papers psd smm usd
+SUBDIR= ${_bind9} IPv6 legal ${_roffdocs}
.if ${MK_BIND} != "no"
_bind9= bind9
.endif
+# FIXME this is not a real solution ...
+.if ${MK_GROFF} != "no"
+_roffdocs= papers psd smm usd
+.endif
+
# Default output format for troff documents is ascii.
# To generate postscript versions of troff documents, use:
# make PRINTERDEVICE=ps
OpenPOWER on IntegriCloud