freebsd-dev/usr.sbin/lptcontrol/Makefile
Jens Schweikhardt 4ae6befa93 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
2004-10-01 20:04:20 +00:00

9 lines
83 B
Makefile

# $FreeBSD$
PROG= lptcontrol
MAN= lptcontrol.8
WARNS?= 6
.include <bsd.prog.mk>