Don't override CWARNFLAGS in these Makefiles.

This commit is contained in:
Maxime Henrion 2002-11-11 10:11:59 +00:00
parent efb14d4614
commit cca416b2b1
3 changed files with 0 additions and 6 deletions

View File

@ -5,6 +5,4 @@
KMOD= dragon_saver
SRCS= dragon_saver.c
#CWARNFLAGS= -Wall -Wno-long-long -pedantic
.include <bsd.kmod.mk>

View File

@ -5,6 +5,4 @@
KMOD= fire_saver
SRCS= fire_saver.c
CWARNFLAGS= -Wall -Wno-long-long -pedantic
.include <bsd.kmod.mk>

View File

@ -5,6 +5,4 @@
KMOD= warp_saver
SRCS= warp_saver.c
CWARNFLAGS= -Wall -pedantic
.include <bsd.kmod.mk>