diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-14 11:25:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-14 11:25:46 +0000 |
| commit | 02a93d74e0f7876464f607c78a81c84a4b6cc3f9 (patch) | |
| tree | 92ebe2f747b9c32ba8c7d0fc34ad428d1f34ab80 /lib/libpthread/Makefile | |
| parent | 26d7294956864be539c98fffd8f463a4d8c56c04 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 0e059494ece5..84497f23658b 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/06/09 23:25:13 jb Exp $ +# $Id: Makefile,v 1.12 1998/06/12 02:21:27 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 @@ -9,7 +9,7 @@ LIB=c_r SHLIB_MAJOR= 3 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include -CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread +CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I${.CURDIR}/uthread # Uncomment this if you want libc_r to contain debug information for # thread locking. |
