summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap/Makefile
blob: 1ea2254f958e9aa6360d641213ff2c158ae3a4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.PATH: ${.CURDIR}/../common_source

PROG=	chkprintcap
MAN=	chkprintcap.8
SRCS=	chkprintcap.c skimprintcap.c

CFLAGS+= -I${.CURDIR}/../common_source

DPADD=	${LIBLPR}
LDADD=	${LIBLPR}

NO_PIE=	yes

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