From b906fea63dbbb1c28e30519ca1d35cc8632f64b7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 13 Jul 2007 14:28:10 +0000 Subject: [PATCH] Arm doesn't have GENERIC.hints, so don't install it if it doesn't exist. Approved by: re (kensmith) --- etc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/Makefile b/etc/Makefile index ffc358208c8a..fb0e3e87450e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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}/