diff options
author | 2000-10-12 00:55:21 +0000 | |
---|---|---|
committer | 2000-10-12 00:55:21 +0000 | |
commit | e34b69816f6bf9e35aec73e14c99819400b9f419 (patch) | |
tree | 61d6de00c3b559674638af9e0a0f574c8169761a /lib/libc_r/TEST | |
parent | Use "cc -shared" not "ld -Bstatic" to build shared objects (diff) | |
download | wireguard-openbsd-e34b69816f6bf9e35aec73e14c99819400b9f419.tar.xz wireguard-openbsd-e34b69816f6bf9e35aec73e14c99819400b9f419.zip |
refix breakage in previous commit, d@ forgot to remove his change while
testing libpthread on sparc (which is not built by default ... yet).
Diffstat (limited to 'lib/libc_r/TEST')
-rw-r--r-- | lib/libc_r/TEST/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile index 0fe59a01137..c0f3504b1cc 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2000/10/04 05:50:58 d Exp $ +# $OpenBSD: Makefile,v 1.22 2000/10/12 00:55:21 brad Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a LIBPTHREAD?= /usr/lib/libpthread.a -.if ${MACHINE_ARCH} == "sparc" +.if 1 # ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc" PTHREAD= -lpthread DPADD += ${LIBPTHREAD} .else |