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