# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:05 lukem Exp $
#
# Makefile to build lptctl and man page

SRCS=           lptctl.c
PROG=           lptctl
MAN=            lptctl.8

CPPFLAGS+=      -I${NETBSDSRCDIR}/sys

include <bsd.prog.mk>