diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-03-02 06:26:37 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-03-02 06:26:37 +0000 |
| commit | 9c3078173af42f1cfa68495202fae23db33b2ed6 (patch) | |
| tree | 0596b306629ec2427545739480ec03c174617369 /lib/Makefile | |
| parent | a95a647dcc37103b2d5b22d4300b7d29c3022369 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 06463dc35bd9..97174cc5fc29 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -96,7 +96,7 @@ _libpthread= libpthread .endif .endif -.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "amd64" .if !defined(NOLIBTHR) _libthr= libthr .endif |
