Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ldconfig Make and install ldconfig on ELF m68k ports.
details: https://anonhg.NetBSD.org/src/rev/f4fe590731a7
branches: trunk
changeset: 507402:f4fe590731a7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Mar 21 14:54:39 2001 +0000
description:
Make and install ldconfig on ELF m68k ports.
diffstat:
sbin/ldconfig/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 01f1d0022fb3 -r f4fe590731a7 sbin/ldconfig/Makefile
--- a/sbin/ldconfig/Makefile Wed Mar 21 14:48:30 2001 +0000
+++ b/sbin/ldconfig/Makefile Wed Mar 21 14:54:39 2001 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.17 2000/09/29 19:00:59 fvdl Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/21 14:54:39 tsutsui Exp $
.include <bsd.own.mk> # For OBJECT_FMT
-.if (${OBJECT_FMT} == "a.out" || (${OBJECT_FMT} == "ELF" && \
- (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")))
+.if (${OBJECT_FMT} == "a.out" || \
+ (${OBJECT_FMT} == "ELF" && \
+ (${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "m68k" || \
+ ${MACHINE_ARCH} == "sparc")))
PROG= ldconfig
SRCS= ldconfig.c shlib.c
Home |
Main Index |
Thread Index |
Old Index