summaryrefslogtreecommitdiff
path: root/usr.sbin/lptctl/Makefile
blob: e0c8d530be12ee769e710e3176a0b387d357f04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.3 2004/01/21 00:35:09 bjh21 Exp $
#
# 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>