You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
345 B

.include <bsd.own.mk>
SUBDIR= man1 man1x man2 man4 man5 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>