Browse Source

Back out arc fiddling, wrong place...

OPENBSD_2_1
pefo 27 years ago
parent
commit
d08ca9f1e8
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/etc/Makefile

+ 1
- 5
src/etc/Makefile View File

@ -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"


Loading…
Cancel
Save