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/config/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index ac82881..6faf847 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -9,7 +9,6 @@ SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \ kernconf.c: kernconf.tmpl file2c 'char kernconfstr[] = {' ',0};' < ${.CURDIR}/kernconf.tmpl > kernconf.c -WARNS?= 6 CFLAGS+= -I. -I${.CURDIR} DPADD= ${LIBL} ${LIBSBUF} -- cgit v1.1