summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2001-06-26 18:00:19 +0000
committerBrad Smith <brad@cvs.openbsd.org>2001-06-26 18:00:19 +0000
commit38ea74f0671aa2be04671bf321bd69147b1e4d2b (patch)
tree10b0307dae32f17dedacd0c3a7313a94a844829c /etc
parent7368768e5871a149a92d80329a3c1d7458c0c742 (diff)
bye bye MIPS related bits and pieces.
-- Ok'd by deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 101b9b8b4d4..6b2a2a6570c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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