Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/usr.sbin/lpr/chkprintcap/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
3
4 .PATH: ${.CURDIR}/../common_source
5
6 PROG=   chkprintcap
7 MAN=    chkprintcap.8
8 SRCS=   chkprintcap.c skimprintcap.c
9
10 CFLAGS+= -I${.CURDIR}/../common_source
11
12 DPADD=  ${LIBLPR}
13 LDADD=  ${LIBLPR}
14
15 .include <bsd.prog.mk>