diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
commit | 5394748a409c85a439accdbc99f76c79673165b9 (patch) | |
tree | 0fafd447a6a7fd650f0a43bc1251b38f18aded42 /lib/libc/Makefile | |
parent | 00f2412b5b50d377e53d5a62f066ce474e8cd21b (diff) |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 85feed2a1cb..54746afbaae 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2010/02/03 20:49:00 miod Exp $ +# $OpenBSD: Makefile,v 1.30 2012/08/02 13:38:38 okan Exp $ # # The NLS (message catalog) functions are always in libc. To choose that # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS @@ -10,8 +10,6 @@ .include <bsd.own.mk> LIB=c -WANTLINT= -LINTFLAGS=-z CLEANFILES+=tags #CFLAGS+=-Werror |