Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / lpr / lpc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/lpr/lpc/Makefile,v 1.7.2.4 2002/07/26 03:12:07 gad Exp $
3 # $DragonFly: src/usr.sbin/lpr/lpc/Makefile,v 1.2 2003/06/17 04:29:56 dillon Exp $
4
5 .PATH: ${.CURDIR}/../common_source
6
7 PROG=   lpc
8 MAN=    lpc.8
9 SRCS=   lpc.c cmds.c cmdtab.c movejobs.c 
10 BINGRP= daemon
11 BINMODE= 2555
12
13 CFLAGS+= -I${.CURDIR}/../common_source
14
15 DPADD=  ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP}
16 LDADD=  ${LIBLPR} -ledit -ltermcap
17
18 .include <bsd.prog.mk>