# Makefile to build lptctl and man page

PROG=		lptctl

SRCS=		lptctl.c

MAN=		lptctl.8

CFLAGS=		-g -Wall -ansi -pedantic -pipe

LDFLAGS+=	-static

.include <bsd.prog.mk>
