Browse Source

bye bye MIPS related bits and pieces.

--
Ok'd by deraadt@
OPENBSD_3_0
brad 23 years ago
parent
commit
24ed8b88a5
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.127 2001/06/26 16:52:39 kjell Exp $
# $OpenBSD: Makefile,v 1.128 2001/06/26 18:00:18 brad Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -208,10 +208,6 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/msgs/bounds
${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \
${DESTDIR}/var/run/utmp
.if (${MACHINE_ARCH} == "mips")
(cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g wheel -m 444 \
ld.so.conf ${DESTDIR}/etc)
.endif
.ifndef NOMAKEDEV
(cd ${DESTDIR}/dev; ./MAKEDEV all)
.endif


Loading…
Cancel
Save