From 9ceb784eafb2a7ea6bf01228198d3aeed91b8273 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 2 Jun 2009 17:27:54 +0000 Subject: [PATCH] Re-enable WARNS=6 after my universe test. --- sys/dev/aic7xxx/aicasm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 78701b0068e..222c96a717e 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