diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2009-02-20 01:31:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2009-02-20 01:31:47 +0000 |
commit | 3e1fbba56f571b4a7a69c7331e9a091a550c6b6b (patch) | |
tree | 74788f5856b5ac6ba144af61fad0ad68e31f7b87 | |
parent | bbf4d095420ee95ad63d747c370893f32a3e570e (diff) |
apparently all the other libraries get linted, so I'll just have to live with it
-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 25341df96dd..ff08fa63caf 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.11 2009/02/20 01:19:06 tedu Exp $ +# $OpenBSD: Makefile,v 1.12 2009/02/20 01:31:46 tedu Exp $ LIB=rthread -#WANTLINT= +WANTLINT= LINTFLAGS=-z LIBCSRCDIR= ${.CURDIR}/../libc |