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

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

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

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

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

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