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