]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/lpr/lpc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / lpr / lpc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../common_source
5
6 PROG=   lpc
7 MAN=    lpc.8
8 SRCS=   lpc.c cmds.c cmdtab.c movejobs.c 
9 BINGRP= daemon
10 BINMODE= 2555
11
12 CFLAGS+= -I${.CURDIR}/../common_source
13
14 WARNS?= 0
15
16 DPADD=  ${LIBLPR} ${LIBEDIT} ${LIBTERMCAP}
17 LDADD=  ${LIBLPR} -ledit -ltermcap
18
19 .include <bsd.prog.mk>