diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2000-10-13 22:19:50 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-10-13 22:19:50 +0000 |
commit | b4145b0bfaddb6e775d2d2c4fdc8e1f6357a95f4 (patch) | |
tree | f5633ced3c1d023996d69d091dc5eec2b2aeee93 /lib/libpthread/Makefile | |
parent | 7c021a10907933fc25c0b083e883f9405f30cd23 (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 4c06007b56656..ea000bda4a458 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/../../include CFLAGS+=-D_LOCK_DEBUG # enable extra internal consistancy checks -# CFLAGS+=-D_PTHREADS_INVARIANTS +CFLAGS+=-D_PTHREADS_INVARIANTS AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread PRECIOUSLIB= yes |