summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-06-09 23:25:13 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-06-09 23:25:13 +0000
commit627961e45f07fb2227239e47d2d0e5f4a96f1627 (patch)
tree1ca13a788681d1de1922370f34e238825f449952 /lib/libpthread
parentddc8afd422568750de7698d8a92b79b27599dd2f (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 88f883cd2723..63299eaad697 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/05/31 23:53:50 jb Exp $
+# $Id: Makefile,v 1.10 1998/06/01 02:12:15 jb Exp $
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -10,6 +10,11 @@ SHLIB_MAJOR= 3
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
+
+# Uncomment this if you want libc_r to contain debug information for
+# thread locking.
+# CFLAGS+=-D_LOCK_DEBUG
+
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes