Home | History | Annotate | Line # | Download | only in lptctl
Makefile revision 1.2
      1 # Makefile to build lptctl and man page
      2 
      3 SRCS=		lptctl.c
      4 PROG=		lptctl
      5 MAN=		lptctl.8
      6 
      7 CPPFLAGS+=	-I${NETBSDSRCDIR}/sys
      8 
      9 WARNS=	3
     10 
     11 .include <bsd.prog.mk>
     12