]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/lpr/chkprintcap/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / lpr / chkprintcap / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../common_source
4
5 PROG=   chkprintcap
6 MAN=    chkprintcap.8
7 SRCS=   chkprintcap.c skimprintcap.c
8
9 CFLAGS+= -I${.CURDIR}/../common_source
10
11 DPADD=  ${LIBLPR}
12 LDADD=  ${LIBLPR}
13
14 .include <bsd.prog.mk>