xref: /netbsd-src/usr.sbin/lptctl/Makefile (revision d877c4c3c02304002c0642d7f34a58d07138d6a9)
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