From 24ed8b88a5350b61df6458578eef659aabbffa62 Mon Sep 17 00:00:00 2001 From: brad <> Date: Tue, 26 Jun 2001 18:00:18 +0000 Subject: [PATCH] bye bye MIPS related bits and pieces. -- Ok'd by deraadt@ --- src/etc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 101b9b8b..6b2a2a65 100644 --- a/src/etc/Makefile +++ b/src/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