From d08ca9f1e89a8c1c3c5ef65ee3897ffaea948c60 Mon Sep 17 00:00:00 2001 From: pefo <> Date: Sun, 18 May 1997 20:29:39 +0000 Subject: [PATCH] Back out arc fiddling, wrong place... --- src/etc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index c6af883b..d60132e5 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 1997/05/18 13:42:36 pefo Exp $ +# $OpenBSD: Makefile,v 1.59 1997/05/18 20:29:39 pefo Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -154,10 +154,6 @@ distribution-etc-root-var: distrib-dirs .if (${MACHINE_ARCH} == "mips") (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ld.so.conf ${DESTDIR}/etc) -.endif -.if ${MACHINE} == "arc" - (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - mbr msdos5mb.gz ${DESTDIR}/usr/mdec) .endif (cd ${DESTDIR}/dev; ./MAKEDEV all) .if ${MACHINE} == "vax"