summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lmcconfig/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-12-20 19:08:15 +0000
committeruqs <uqs@FreeBSD.org>2010-12-20 19:08:15 +0000
commitd3eae6a7f5fa0818c6fef993492e3fc27e95a7bb (patch)
tree552987248150105ebd66efeabdd01ea0b3276b18 /usr.sbin/lmcconfig/Makefile
parentd52f13dcdb6a1e7873bd5da401d7bcf54d3ffb86 (diff)
downloadFreeBSD-src-d3eae6a7f5fa0818c6fef993492e3fc27e95a7bb.zip
FreeBSD-src-d3eae6a7f5fa0818c6fef993492e3fc27e95a7bb.tar.gz
lmcconfig(8): bump to WARNS=3, fix typo in usage while here
Slight style(9) improvments - function definitions - sort #include
Diffstat (limited to 'usr.sbin/lmcconfig/Makefile')
-rw-r--r--usr.sbin/lmcconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lmcconfig/Makefile b/usr.sbin/lmcconfig/Makefile
index 842431a..1ff5055 100644
--- a/usr.sbin/lmcconfig/Makefile
+++ b/usr.sbin/lmcconfig/Makefile
@@ -6,6 +6,6 @@ MAN= lmcconfig.8
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
-WARNS?= 0
+WARNS?= 3
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud