diff options
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 7dce21262ac..087ff4eed35 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/06/10 05:00:51 marc Exp $ +# $OpenBSD: Makefile,v 1.21 2003/08/01 19:50:23 millert Exp $ # # The pthread library is formed from the FreeBSD uthread sources of @@ -10,7 +10,6 @@ LIBCSRCDIR= ${.CURDIR}/../libc LIB= pthread LINTFLAGS= -z -CFLAGS+= -D_PTHREADS_COMPAT_SCHED CFLAGS+= -DPTHREAD_KERNEL -D_POSIX_THREADS -D_THREAD_SAFE -Wall CFLAGS+= -Wpointer-arith -Wwrite-strings -Wstrict-prototypes CFLAGS+= -Wmissing-prototypes -Wsign-compare # -Werror |