diff options
Diffstat (limited to 'etc/Makefile')
-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} \ |