Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc sparc and i386 do not have ld.so.conf anymore now that t...
details: https://anonhg.NetBSD.org/src/rev/186fc005788f
branches: trunk
changeset: 474385:186fc005788f
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sun Jul 04 22:11:06 1999 +0000
description:
sparc and i386 do not have ld.so.conf anymore now that they're switched
(or about to switch) to ELF.
diffstat:
etc/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r de3e190dd22b -r 186fc005788f etc/Makefile
--- a/etc/Makefile Sun Jul 04 22:09:30 1999 +0000
+++ b/etc/Makefile Sun Jul 04 22:11:06 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 1999/07/02 09:28:16 itojun Exp $
+# $NetBSD: Makefile,v 1.121 1999/07/04 22:11:06 fvdl Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -84,10 +84,8 @@
shells syslog.conf weekly weekly.conf wscons.conf \
etc.${MACHINE}/ttys etc.${MACHINE}/disktab
-.if (${MACHINE_ARCH} == "i386") || \
- (${MACHINE_ARCH} == "m68k") || \
+.if (${MACHINE_ARCH} == "m68k") || \
(${MACHINE_ARCH} == "ns32k") || \
- (${MACHINE_ARCH} == "sparc") || \
(${MACHINE_ARCH} == "vax") || \
(${MACHINE_ARCH} == "arm32")
BIN1+= ld.so.conf
Home |
Main Index |
Thread Index |
Old Index