diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-13 12:46:07 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-13 12:46:07 +0000 |
commit | 63d81a4736072aaac111de99dd4b8a9b376d2ea0 (patch) | |
tree | 913e1a06fdfc51dcf79ef6d0f6256b87e6b99c1b | |
parent | d03b2c2bcaf1061cc351fbb3607ca0ebcbfabc6a (diff) |
Build ld.so on alpha.
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 5a3e47d2f2e..02186fc79bc 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.18 2001/05/29 21:34:23 millert Exp $ +# $OpenBSD: Makefile,v 1.19 2001/06/13 12:46:06 art Exp $ .include <bsd.own.mk> @@ -13,7 +13,7 @@ SUBDIR+=login_passwd login_skey login_kerberos login_krb-or-pwd login_reject \ .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd .endif -.if (${MACHINE_ARCH} == "powerpc") +.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") SUBDIR+=ld.so .endif |