diff options
author | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 19:29:34 +0000 |
---|---|---|
committer | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 19:29:34 +0000 |
commit | cfa1f4e6598fe97439b3012396e30d1eeb759421 (patch) | |
tree | 458429bcec9378f696f0095268e373f131a31a66 /lib/libpthread/Makefile | |
parent | a3ad85e51b8dbb685ea451e3129cd39a84e9dcf7 (diff) |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 6d281af9b016b..a250757a567f8 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -14,7 +14,7 @@ CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include -# Uncomment this if you want libc_r to contain debug information for +# Uncomment this if you want libpthread to contain debug information for # thread locking. CFLAGS+=-D_LOCK_DEBUG |