summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap/Makefile
blob: dd8d8e64bc23ecca15fffe024d61fd395a2d9688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id: Makefile,v 1.3 1998/03/07 09:47:55 bde Exp $

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

.if ${MACHINE_ARCH} == "i386"
CFLAGS+=	-Werror
.endif

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