Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.27
      1 #	$NetBSD: Makefile,v 1.27 2003/10/14 14:59:03 wiz Exp $
      2 #	from: @(#)Makefile	8.2 (Berkeley) 4/16/94
      3 
      4 .include <bsd.own.mk>
      5 
      6 .if ${MKSHARE} != "no"
      7 SUBDIR=	man0 man1 man2 man3 man4 man5 man6 man7 man8 man9
      8 
      9 makedb:
     10 	${TOOL_MAKEWHATIS} ${DESTDIR}/usr/share/man
     11 .if ${MKUNPRIVED} != "no"
     12 	echo "./usr/share/man/whatis.db type=file mode=0444 uname=root gname=wheel" \
     13 	    | ${METALOG.add}
     14 .endif
     15 .else
     16 makedb:
     17 .endif
     18 
     19 .include <bsd.subdir.mk>
     20 .include <bsd.sys.mk>
     21