Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / lpr / pac / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/lpr/pac/Makefile,v 1.7.2.3 2002/06/30 03:59:16 gad Exp $
3 # $DragonFly: src/usr.sbin/lpr/pac/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
4
5 .PATH: ${.CURDIR}/../common_source
6
7 PROG=   pac
8 MAN=    pac.8
9
10 CFLAGS+= -I${.CURDIR}/../common_source
11
12 DPADD=  ${LIBLPR}
13 LDADD=  ${LIBLPR}
14
15 .include <bsd.prog.mk>