Stop hardcoding WARNS in iscsictl(8).

MFC after:	2 weeks
Sponsored by:	DARPA
This commit is contained in:
Edward Tomasz Napierala 2020-04-01 15:08:53 +00:00
parent 981e04778f
commit 4945a2641f

View File

@ -13,7 +13,6 @@ YFLAGS+= -v
LFLAGS+= -i
CLEANFILES= y.tab.c y.tab.h y.output
WARNS= 6
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>