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