device.hints: do install when WITHOUT_BOOT is set

Discussed with:	imp
MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2010-06-16 07:52:44 +00:00
parent 8393d186b9
commit ac79617984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209228

View File

@ -253,11 +253,13 @@ distribution:
${DESTDIR}/var/crash
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${FREEBSD} ${DESTDIR}/
.if ${MK_BOOT} != "no"
.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
${DESTDIR}/boot/device.hints
.endif
.endif
distrib-dirs:
mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/