NetBSD/share/man/Makefile
wiz 538e6e3e1e Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.
2003-10-14 14:59:03 +00:00

21 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.27 2003/10/14 14:59:03 wiz Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/16/94
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
SUBDIR= man0 man1 man2 man3 man4 man5 man6 man7 man8 man9
makedb:
${TOOL_MAKEWHATIS} ${DESTDIR}/usr/share/man
.if ${MKUNPRIVED} != "no"
echo "./usr/share/man/whatis.db type=file mode=0444 uname=root gname=wheel" \
| ${METALOG.add}
.endif
.else
makedb:
.endif
.include <bsd.subdir.mk>
.include <bsd.sys.mk>