aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-01 18:43:33 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-01 18:43:33 +0000
commit7ff1b9822d64f0c6e48f3001d64ba4e5ea281d91 (patch)
tree768138e62bec2e4bb7a36be274b580008cb3d9f6
parentb18a2ef17fb5413906dc481c4b5d33e7d724a650 (diff)
downloadsrc-7ff1b9822d64f0c6e48f3001d64ba4e5ea281d91.tar.gz
src-7ff1b9822d64f0c6e48f3001d64ba4e5ea281d91.zip
Mark as WARNS=6.
Notes
Notes: svn path=/head/; revision=193245
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index 78701b0068e3..222c96a717e0 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -15,6 +15,7 @@ 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