summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2003-08-07 19:10:35 +0000
committerjohan <johan@FreeBSD.org>2003-08-07 19:10:35 +0000
commitfd49816cd7fc9272c7927b2ae400d95498c07b00 (patch)
tree55fcac51c8fffc5af6a6c95bcb20c727a14c9630 /sbin/ccdconfig/Makefile
parentc68e3be3c4c8c3f0667b0384d2e96ce075cc8f1d (diff)
downloadFreeBSD-src-fd49816cd7fc9272c7927b2ae400d95498c07b00.zip
FreeBSD-src-fd49816cd7fc9272c7927b2ae400d95498c07b00.tar.gz
Make this WARNS=6 clean by renaming the variable 'err' to 'error'
in order not to shadow err(3). Tested by: make universe
Diffstat (limited to 'sbin/ccdconfig/Makefile')
-rw-r--r--sbin/ccdconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile
index 6d6e7e0..ac75584 100644
--- a/sbin/ccdconfig/Makefile
+++ b/sbin/ccdconfig/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ccdconfig
-WARNS?= 3
+WARNS?= 6
MAN= ccdconfig.8
DPADD= ${LIBGEOM}
OpenPOWER on IntegriCloud