diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2009-02-20 01:19:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2009-02-20 01:19:07 +0000 |
commit | 51bf3beabc638b37b2ec30fdd35d29d75807c684 (patch) | |
tree | 7611195da5187e9baecc852c4ed08111a08504b6 /lib | |
parent | f50252a8a875b94708a9f1ab28514a9bda9c888f (diff) |
the lint warnings are more annoying than anything else. we already have a full set of warnings from the compiler
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index 958236ad04c..25341df96dd 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2008/06/05 21:06:11 kurt Exp $ +# $OpenBSD: Makefile,v 1.11 2009/02/20 01:19:06 tedu Exp $ LIB=rthread -WANTLINT= +#WANTLINT= LINTFLAGS=-z LIBCSRCDIR= ${.CURDIR}/../libc |