Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
This commit is contained in:
Ed Schouten
2010-01-02 09:58:07 +00:00
parent 1100c00131
commit daaf575910
66 changed files with 83 additions and 37 deletions
+2
View File
@@ -33,6 +33,8 @@ SRCS= bsm_audit.c \
#
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
WARNS?= 1
INCS= audit_uevents.h libbsm.h
INCSDIR= ${INCLUDEDIR}/bsm