summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 20:49:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 20:49:24 +0000
commite57fb6ec1e4015766ccee169f8cfad54c6933686 (patch)
treefed5e766dd99e41f67c286877457ff39c378bca0 /lib/libpthread/Makefile
parentc9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff)
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile3
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