Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / lpr / chkprintcap / Makefile
1 # $FreeBSD: src/usr.sbin/lpr/chkprintcap/Makefile,v 1.7.2.4 2002/06/30 03:59:14 gad Exp $
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>