4ae6befa93
- 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
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lptcontrol
|
|
MAN= lptcontrol.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|