diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-12 04:04:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-12 04:04:58 +0000 |
commit | 0f2bea779ea71ba5c16f899b04b32441761d914a (patch) | |
tree | 347c4b886aa5d4a974d9f80c350aca129eb67ceb /libexec | |
parent | b5cd67b83cfe36a21a4ec734661e65767cf75c72 (diff) |
use ELF_TOOLCHAIN instead of listing all ELF archs.
drahn@ ok.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 49f5d881a43..0dfd1a9ec15 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.27 2002/05/06 19:48:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.28 2002/06/12 04:04:57 art Exp $ .include <bsd.own.mk> @@ -14,8 +14,7 @@ SUBDIR+=login_passwd login_skey login_krb4 login_krb4-or-pwd login_reject \ SUBDIR+=rpc.yppasswdd .endif -.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") || \ - (${MACHINE_ARCH} == "sparc64") +.if (${ELF_TOOLCHAIN} == "yes") SUBDIR+=ld.so .endif |