From 3e59a4e56291301564716d995df45617dccdb6d6 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Thu, 7 Sep 2000 04:02:34 +0000 Subject: For shared libraries, an ld.so is required. --- libexec/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/Makefile b/libexec/Makefile index e4b905c7442..5f684ec1b94 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.16 2000/09/03 18:41:14 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2000/09/07 04:02:33 rahnds Exp $ .include @@ -11,5 +11,8 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lockspool \ .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd .endif +.if (${MACHINE_ARCH} == "powerpc") +SUBDIR+=ld.so +.endif .include -- cgit v1.2.3