summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lptcontrol/Makefile
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2004-10-01 20:04:20 +0000
committerschweikh <schweikh@FreeBSD.org>2004-10-01 20:04:20 +0000
commit7a133f54fc8f49ace0ad42bbf7ad3cfc5a4f41b3 (patch)
treea5a376c1e90c21bea39624ae7cdca6a86b6af6b9 /usr.sbin/lptcontrol/Makefile
parent3a3e9a66ad3eb77cd38cfc51e164c887be662a16 (diff)
downloadFreeBSD-src-7a133f54fc8f49ace0ad42bbf7ad3cfc5a4f41b3.zip
FreeBSD-src-7a133f54fc8f49ace0ad42bbf7ad3cfc5a4f41b3.tar.gz
General overhaul:
- Makefile: WARNS=6 - man page: sort options, better xrefs, informative BUGS section - C source: proper option parsing, use printer control (.ctl) device, removed heaps of bit rot, style(9) cleanup, WARNS=6 cleanup. Prodded by: joerg
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 76f4f2d..3f7a939 100644
--- a/usr.sbin/lptcontrol/Makefile
+++ b/usr.sbin/lptcontrol/Makefile
@@ -3,6 +3,6 @@
PROG= lptcontrol
MAN= lptcontrol.8
-WARNS?= 2
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud