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