summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-06-16 07:52:44 +0000
committeravg <avg@FreeBSD.org>2010-06-16 07:52:44 +0000
commite4753d546fe0168102f72f61c977a78662404045 (patch)
tree1e72a3883ebc35f9610fa928781b1b4097ea9522 /etc/Makefile
parent534c9ebdcf3024b8cbfc47da96de2b3f1264d41c (diff)
downloadFreeBSD-src-e4753d546fe0168102f72f61c977a78662404045.zip
FreeBSD-src-e4753d546fe0168102f72f61c977a78662404045.tar.gz
device.hints: do install when WITHOUT_BOOT is set
Discussed with: imp MFC after: 2 weeks
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index f3d4466..cbfc1ed 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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}/
OpenPOWER on IntegriCloud