1# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:05 lukem Exp $ 2# 3# Makefile to build lptctl and man page 4 5SRCS= lptctl.c 6PROG= lptctl 7MAN= lptctl.8 8 9CPPFLAGS+= -I${NETBSDSRCDIR}/sys 10 11.include <bsd.prog.mk> 12