aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-11 15:42:44 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-11 15:42:44 +0000
commitdd472ec61dca7adf2fc003e2806809864bbe00e3 (patch)
treea24830ff7226218adcd43265de41c51d98214622 /usr.sbin/config/Makefile
parent2db6331792cb22d92d79b7f2a6db7e247802f9e1 (diff)
downloadsrc-dd472ec61dca7adf2fc003e2806809864bbe00e3.tar.gz
src-dd472ec61dca7adf2fc003e2806809864bbe00e3.zip
Fix a few glitches in my previous commit.
This makes config(8) WARNS?=6 compliant.
Notes
Notes: svn path=/head/; revision=129119
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 5c6cf5d6371c..6f6ecce21efa 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -6,7 +6,7 @@ MAN= config.8
SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h
-WARNS?= 1
+WARNS?= 6
CFLAGS+= -I. -I${.CURDIR}
DPADD= ${LIBL}