Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / lpr / lprm / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/lpr/lprm/Makefile,v 1.8.2.3 2002/06/30 03:59:16 gad Exp $
3 # $DragonFly: src/usr.sbin/lpr/lprm/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=   lprm
10 BINOWN= root
11 BINGRP= daemon
12 BINMODE= 6555
13
14 CFLAGS+= -I${.CURDIR}/../common_source
15
16 DPADD=  ${LIBLPR}
17 LDADD=  ${LIBLPR}
18
19 .include <bsd.prog.mk>