diff options
author | delphij <delphij@FreeBSD.org> | 2009-06-01 19:06:08 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-06-01 19:06:08 +0000 |
commit | 76a0fffb3aa812e92e74cba163cb105eb9c6903d (patch) | |
tree | 097fc0e62ac18288488c01f65ae6e24af5fc93ef /sys/dev/aic7xxx | |
parent | e71d9d7bc1df380a0a0a446179387c4fabc26325 (diff) | |
download | FreeBSD-src-76a0fffb3aa812e92e74cba163cb105eb9c6903d.zip FreeBSD-src-76a0fffb3aa812e92e74cba163cb105eb9c6903d.tar.gz |
Revert the WARNS change for now, need some time to fix the real problem.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 222c96a..78701b0 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -15,7 +15,6 @@ SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS} CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g} DPADD= ${LIBL} LDADD= -ll -WARNS?= 6 # Correct path for kernel builds # Don't rely on the kernel's .depend file |