diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-08-08 21:16:06 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-08-08 21:16:06 +0000 |
| commit | de1b32cd37409022ddc245943d048e452502d78f (patch) | |
| tree | b3ec2075dc0f560df064179159acb2a91bfa21b1 | |
| parent | a4f9e93c39ccee942e3b5f2084c7f0946a55c292 (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 44c1f6aac269..3e77e3faf4ae 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -82,6 +82,9 @@ _compat= compat .if ${MACHINE_ARCH} == "amd64" _libncp= libncp _libsmb= libsmb +.if !defined(NOLIBPTHREAD) +_libpthread= libpthread +.endif .endif .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" |
