From e4753d546fe0168102f72f61c977a78662404045 Mon Sep 17 00:00:00 2001 From: avg Date: Wed, 16 Jun 2010 07:52:44 +0000 Subject: device.hints: do install when WITHOUT_BOOT is set Discussed with: imp MFC after: 2 weeks --- etc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/Makefile') 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}/ -- cgit v1.1