From 3220a0fc84411603c9bf97b1915541d6888bd537 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 13 Jul 2007 14:28:10 +0000 Subject: 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(+) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index ffc3582..fb0e3e8 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}/ -- cgit v1.1