diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
commit | e57fb6ec1e4015766ccee169f8cfad54c6933686 (patch) | |
tree | fed5e766dd99e41f67c286877457ff39c378bca0 /lib/libpthread/Makefile | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 09c466ff9e2..6946dc8c4d3 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2004/01/18 23:54:20 marc Exp $ +# $OpenBSD: Makefile,v 1.23 2005/11/24 20:49:20 deraadt Exp $ # # The pthread library is formed from the FreeBSD uthread sources of @@ -9,6 +9,7 @@ SRCDIR= ${.CURDIR} LIBCSRCDIR= ${.CURDIR}/../libc LIB= pthread +WANTLINT= LINTFLAGS= -z CFLAGS+= -DPTHREAD_KERNEL -D_POSIX_THREADS -D_THREAD_SAFE -Wall CFLAGS+= -Wpointer-arith -Wwrite-strings -Wstrict-prototypes |