Add WERRROR= to work around the warnings

This commit is contained in:
Warner Losh 2005-01-26 16:29:07 +00:00
parent daaea3952c
commit 2879ce1de3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140867
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
.PATH: ${.CURDIR}/../../../dev/aic7xxx
KMOD= ahd
WERROR=
GENSRCS= aic79xx_seq.h aic79xx_reg.h
REG_PRINT_OPT=
AHD_REG_PRETTY_PRINT=1

View File

@ -6,5 +6,6 @@
KMOD= smapi
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
WERROR=
.include <bsd.kmod.mk>

View File

@ -6,5 +6,6 @@
KMOD= if_ie
SRCS= if_ie.c if_ie_isa.c \
isa_if.h bus_if.h device_if.h
WERROR=
.include <bsd.kmod.mk>

View File

@ -5,5 +5,6 @@
KMOD= snd_maestro
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= maestro.c
WERROR=
.include <bsd.kmod.mk>