diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-19 16:16:53 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-19 16:16:53 +0000 |
| commit | 8e1b0bc697e801280509a5af26ecd683870430b7 (patch) | |
| tree | 2d41c59a94f29eba6f8b77620cbb8f8644c4f971 | |
| parent | 07a6d1d3f221764c2001880331059980b5366e47 (diff) | |
Notes
| -rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 1b008110a264..0936bc9aaa80 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -12,7 +12,7 @@ LIB=c # If you bump SHLIB_MAJOR, see standards/55112. SHLIB_MAJOR= 5 SHLIBDIR?= /lib -WARNS?= 1 +WARNS?= 2 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags |
