diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-20 03:42:34 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-20 03:42:34 +0000 |
| commit | 6b582d5433c0b040b1114b53bd3cee87a17a0e25 (patch) | |
| tree | 8ec8c494a82ef852659ff18b6e5e0a1e802697e2 /lib/Makefile | |
| parent | 224f06987028f0ff55663ad5e02d61052d0d1686 (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 26588ae28453..06463dc35bd9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -90,7 +90,7 @@ _libncp= libncp _libsmb= libsmb .endif -.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64" +.if ${MACHINE_ARCH} != "powerpc" .if !defined(NOLIBPTHREAD) _libpthread= libpthread .endif |
