linux emulation - Major update
[dragonfly.git] / usr.sbin / lpr / lpc / Makefile
blobfcbcf1bf033d200f38e1ead29c6880a288ca9d85
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 $
5 .PATH: ${.CURDIR}/../common_source
7 PROG= lpc
8 MAN= lpc.8
9 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
10 BINGRP= daemon
11 BINMODE= 2555
13 CFLAGS+= -I${.CURDIR}/../common_source
15 DPADD= ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP}
16 LDADD= ${LIBLPR} -ledit -ltermcap
18 .include <bsd.prog.mk>