]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/lpr/lpd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / lpr / lpd / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   lpd
5 MAN=    lpd.8
6 SRCS=   lpd.c printjob.c recvjob.c lpdchar.c modes.c
7
8 CFLAGS+= -I${.CURDIR}/../common_source
9
10 WARNS?= 1
11
12 DPADD=  ${LIBLPR}
13 LDADD=  ${LIBLPR}
14
15 .include <bsd.prog.mk>