minix/man/Makefile
Ben Gras 39fea0a5b9 install library manpages
. harmonize bsd.lib.mk and bsd.man.mk with netbsd files
	. throw out minix section 3 (library calls) manpages,
	  replaced by netbsd ones that are now installed
2012-02-16 01:48:46 +00:00

16 lines
348 B
Makefile

.include <bsd.own.mk>
SUBDIR= man1 man1x man2 man4 man5 man6 man7 man8 man9
WHATISDBDIR?= /usr/man
makedb:
${TOOL_MAKEWHATIS} ${DESTDIR}${WHATISDBDIR}
.if ${MKUNPRIVED} != "no"
echo ".${WHATISDBDIR}/whatis.db type=file mode=0444 uname=${BINOWN} gname=${BINGRP}" \
| ${METALOG.add}
.endif
.include <bsd.subdir.mk>
.include <bsd.sys.mk>