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