summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2003-08-08 21:16:06 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2003-08-08 21:16:06 +0000
commitde1b32cd37409022ddc245943d048e452502d78f (patch)
treeb3ec2075dc0f560df064179159acb2a91bfa21b1
parenta4f9e93c39ccee942e3b5f2084c7f0946a55c292 (diff)
Notes
-rw-r--r--lib/Makefile3
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"