]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/lpr/lpd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>