From 6085f75ded37ec415ded7d6373ecd09bcb088ac4 Mon Sep 17 00:00:00 2001 From: murray Date: Fri, 29 Mar 2002 22:22:34 +0000 Subject: Alpha does not support PCCARD installs, so we do not need the 58k /etc/defaults/pccard.conf. Assume for now that only MACHINE_ARCH=="i386" wants to do PCCARD installs. We're still using too much space, but this is a big help. --- release/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/Makefile b/release/Makefile index 9df66cf..04c4400 100644 --- a/release/Makefile +++ b/release/Makefile @@ -611,7 +611,9 @@ release.8: ln -sf /stand $$dir; \ done ) cp /sbin/dhclient-script ${RD}/mfsfd/stand +.if ${MACHINE_ARCH} == "i386" cp ${.CURDIR}/../etc/defaults/pccard.conf ${RD}/mfsfd/etc/defaults/pccard.conf +.endif cp ${.CURDIR}/../etc/usbd.conf ${RD}/mfsfd/etc/usbd.conf cd ${RD}/trees/bin && ls ${BOOT1} | cpio -dump ${RD}/mfsfd/stand ( for F in netconfig protocols ; do \ -- cgit v1.1