summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-17 13:23:41 +0000
committerphk <phk@FreeBSD.org>2003-01-17 13:23:41 +0000
commitb6ec46868da11978562f9971f660cc66af96740a (patch)
tree8c0277dc276668542c5ed0c0283bacc24227a74a /sbin/ccdconfig/Makefile
parent52595497927628978f3aa0ae01663b78566cccbd (diff)
downloadFreeBSD-src-b6ec46868da11978562f9971f660cc66af96740a.zip
FreeBSD-src-b6ec46868da11978562f9971f660cc66af96740a.tar.gz
Fix various details so we get to WARNS=3.
Center operation on unit number rather than path name.
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 811a5aa..cb2bc74 100644
--- a/sbin/ccdconfig/Makefile
+++ b/sbin/ccdconfig/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ccdconfig
-WARNS= 0
+WARNS?= 3
MAN= ccdconfig.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud