Makefile fixups for cross compilation

This commit is contained in:
Dirk Vogt
2012-05-01 16:09:06 +02:00
committed by Thomas Veerman
parent c2c39af6bb
commit c735b0bb2c
4 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ 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}
# echo ".${WHATISDBDIR}/whatis.db type=file mode=0444 uname=${BINOWN} gname=${BINGRP}" \
# | ${METALOG.add}
.endif
.include <bsd.subdir.mk>