summaryrefslogtreecommitdiffstats
path: root/share/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/Makefile')
-rw-r--r--share/man/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/man/Makefile b/share/man/Makefile
new file mode 100644
index 0000000..c3bd5f2
--- /dev/null
+++ b/share/man/Makefile
@@ -0,0 +1,20 @@
+# @(#)Makefile 8.2 (Berkeley) 4/16/94
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+# XXX MISSING: man3f
+SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
+
+MAKEWHATIS?= makewhatis
+
+makedb:
+.if ${MK_MAN_UTILS} != "no"
+ ${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
+.if ${MK_OPENSSL} != "no"
+ ${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
+.endif
+.endif
+
+.include "${.CURDIR}/../Makefile.inc"
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud