diff options
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8e5bbdbf4bb..b931b8d0809 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2005/09/29 12:37:35 uwe Exp $ +# $OpenBSD: Makefile,v 1.25 2005/11/24 20:49:14 deraadt Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -16,6 +16,7 @@ .include <bsd.own.mk> LIB=c +WANTLINT= LINTFLAGS=-z CLEANFILES+=tags #CFLAGS+=-Werror |