diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-07-19 12:20:10 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-07-19 12:20:10 +0000 |
| commit | 98707ef546d2af01f476f0b03b3f4a8853fcbd09 (patch) | |
| tree | 581186b44e77e8139f100ac3be17ea4b1ad1cc7c | |
| parent | 0f47890401d6d972cd44a523df1d815b93e5bd8b (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index b7509a16973c9..c605e86590541 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -93,7 +93,7 @@ _libncp= libncp _libsmb= libsmb .endif -.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD) +.if !defined(NOLIBPTHREAD) _libpthread= libpthread .endif |
