NetBSD/usr.sbin/lptctl/Makefile

12 lines
154 B
Makefile
Raw Normal View History

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