1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/usr.sbin/lptcontrol/Makefile
Dima Dorfman 167ce4fb00 Constify, add a prototype, and set WARNS=2.
Submitted by:	Mike Barcroft <mike@q9media.com>
Reviewed by:	md5(1)
2001-06-24 18:43:33 +00:00

8 lines
85 B
Makefile

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