]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/lpr/lpc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>