Allow WARNS to be overridden by the end-user

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-27 18:40:20 +00:00
parent 4222f9685c
commit f040054c54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316049

View file

@ -18,7 +18,7 @@ LIBADD= bsdxml l md sbuf util ucl m
YFLAGS+= -v
CLEANFILES= y.tab.c y.tab.h y.output
WARNS= 6
WARNS?= 6
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>