1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106762
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>