Arm doesn't have GENERIC.hints, so don't install it if it doesn't exist.

Approved by: re (kensmith)
This commit is contained in:
Warner Losh 2007-07-13 14:28:10 +00:00
parent 229af622b8
commit b906fea63d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171427

View File

@ -184,9 +184,11 @@ distribution:
${DESTDIR}/var/crash
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${FREEBSD} ${DESTDIR}/
.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
distrib-dirs:
mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/