39fea0a5b9
. 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
15 lines
348 B
Makefile
15 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>
|