summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lptcontrol/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 18:43:33 +0000
committerdd <dd@FreeBSD.org>2001-06-24 18:43:33 +0000
commitcee06e7ada06eb96d4ffe672a28694f86aed63d4 (patch)
tree6555bf60c8c7f9aff70d16260106871c96802964 /usr.sbin/lptcontrol/Makefile
parent40a7f94cb90a79424a3ad3b483bf6f8f42d6b5ce (diff)
downloadFreeBSD-src-cee06e7ada06eb96d4ffe672a28694f86aed63d4.zip
FreeBSD-src-cee06e7ada06eb96d4ffe672a28694f86aed63d4.tar.gz
Constify, add a prototype, and set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1)
Diffstat (limited to 'usr.sbin/lptcontrol/Makefile')
-rw-r--r--usr.sbin/lptcontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lptcontrol/Makefile b/usr.sbin/lptcontrol/Makefile
index d4e0c96..f49160e 100644
--- a/usr.sbin/lptcontrol/Makefile
+++ b/usr.sbin/lptcontrol/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= lptcontrol
+WARNS?= 2
MAN= lptcontrol.8
-CFLAGS+= -Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud