diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 20:29:40 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 20:29:40 +0000 |
commit | 6171c5793b33512ed6a42997b51ccc3c9f9ad19d (patch) | |
tree | 5d767d8d1109de82ebf3783948313f8569194059 | |
parent | 122be386d32a9812257c3f209877c397ae7a54c0 (diff) |
Back out arc fiddling, wrong place...
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile index c6af883b67d..d60132e53ba 100644 --- a/etc/Makefile +++ b/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 @@ -155,10 +155,6 @@ distribution-etc-root-var: distrib-dirs (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" (cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ |