diff options
| author | Jason Evans <jasone@FreeBSD.org> | 1999-12-18 01:00:42 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 1999-12-18 01:00:42 +0000 |
| commit | 386812d440d0d5a37b4dbed04202c2524693a8a3 (patch) | |
| tree | 268f765c89398b85fde55c310249287356fc033f /lib/libpthread/Makefile | |
| parent | 1e7a9f724ca23a355085503b4ba9ed5725c4b243 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 87110f07636c..e79d5c58d17f 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -10,6 +10,7 @@ SHLIB_MAJOR= 4 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread +CFLAGS+=-I${.CURDIR}/../../include # Uncomment this if you want libc_r to contain debug information for # thread locking. |
