From 073cafdd42b9cd60313d46f72dcb8893ae606832 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 11:07:44 +0000 Subject: The last big commit: let usr.sbin/ use WARNS=6 by default. --- usr.sbin/acpi/iasl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/acpi/iasl/Makefile') diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index ff6ebd7..130c39e 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -50,6 +50,8 @@ SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdelete.c \ utglobal.c utinit.c utlock.c utmath.c utmisc.c \ utmutex.c utobject.c utresrc.c utstate.c utxface.c +WARNS?= 2 + MAN= iasl.8 CFLAGS+= -DACPI_ASL_COMPILER -I. -- cgit v1.1