Makefile revision 1.2
1# Makefile to build lptctl and man page
2
3SRCS=		lptctl.c
4PROG=		lptctl
5MAN=		lptctl.8
6
7CPPFLAGS+=	-I${NETBSDSRCDIR}/sys
8
9WARNS=	3
10
11.include <bsd.prog.mk>
12