# Makefile to build lptctl and man page SRCS= lptctl.c PROG= lptctl MAN= lptctl.8 CPPFLAGS+= -I${NETBSDSRCDIR}/sys WARNS= 3 .include