summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-26 19:04:46 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-26 19:04:46 +0000
commit7c3e50c3eda201e768ec0497dc31c44d9c58667b (patch)
tree82b219cadd517fe8b38c94da90da71908c248fa3 /libexec
parent6619bb29badf2cc007c6573134228500287e325b (diff)
Build ld.so on sparc64.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index a14d9c18ec4..9346d38307c 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
-# $OpenBSD: Makefile,v 1.25 2001/08/19 04:14:03 beck Exp $
+# $OpenBSD: Makefile,v 1.26 2001/09/26 19:04:45 art Exp $
.include <bsd.own.mk>
@@ -13,7 +13,9 @@ SUBDIR+=login_passwd login_skey login_krb4 login_krb4-or-pwd login_reject \
.if (${YP:L} == "yes")
SUBDIR+=rpc.yppasswdd
.endif
-.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha")
+
+.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") || \
+ (${MACHINE_ARCH} == "sparc64")
SUBDIR+=ld.so
.endif