]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/lpr/chkprintcap/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>