]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/lpr/lpd/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 DPADD=  ${LIBLPR}
11 LDADD=  ${LIBLPR}
12
13 .include <bsd.prog.mk>