diff options
author | 2006-12-28 20:04:13 +0000 | |
---|---|---|
committer | 2006-12-28 20:04:13 +0000 | |
commit | 03dd2427beb34d0afb7eb028afd06b1de66cac04 (patch) | |
tree | 5f1c95becabb1dd7e65411ea8e0ccde8960ea1c9 | |
parent | Prettify dmesg a bit for attach with power state being either offline or (diff) | |
download | wireguard-openbsd-03dd2427beb34d0afb7eb028afd06b1de66cac04.tar.xz wireguard-openbsd-03dd2427beb34d0afb7eb028afd06b1de66cac04.zip |
assume that new elf architectures will have ld.so
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 955ad9f3c09..2d74f7751cd 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.42 2005/12/31 18:48:34 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.43 2006/12/28 20:04:13 deraadt Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR+=login_passwd login_skey login_reject \ SUBDIR+=rpc.yppasswdd .endif -.if (${ELF_TOOLCHAIN:L} == "yes") && !defined(NOPIC) +.if (${ELF_TOOLCHAIN:L} == "yes") SUBDIR+=ld.so .endif |