diff options
author | imp <imp@FreeBSD.org> | 2005-01-26 16:29:07 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-26 16:29:07 +0000 |
commit | 33da4ef3f62a4c4007ad87c5bd27d80d5be44bba (patch) | |
tree | 608cb2f9fb480027b1f12dfb453898c02bb0c3a2 /sys/modules/aic7xxx/ahd | |
parent | 913a9433e58112582c1d351bea1cf35353379609 (diff) | |
download | FreeBSD-src-33da4ef3f62a4c4007ad87c5bd27d80d5be44bba.zip FreeBSD-src-33da4ef3f62a4c4007ad87c5bd27d80d5be44bba.tar.gz |
Add WERRROR= to work around the warnings
Diffstat (limited to 'sys/modules/aic7xxx/ahd')
-rw-r--r-- | sys/modules/aic7xxx/ahd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile index 9e97621..25f312f 100644 --- a/sys/modules/aic7xxx/ahd/Makefile +++ b/sys/modules/aic7xxx/ahd/Makefile @@ -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 |