summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap/Makefile
blob: 54ad38718085b7093aa2f77bcf109b3c2011f34f (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.4 1998/05/13 06:50:09 jb Exp $

PROG=	chkprintcap
MAN8=	chkprintcap.8
CFLAGS+=-I${.CURDIR}/../common_source -Wall
.PATH:	${.CURDIR}/../common_source
DPADD=	${LIBLPR}
LDADD=	${LIBLPR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud