Initial import from FreeBSD RELENG_4:
[games.git] / usr.sbin / lpr / lpd / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/lpr/lpd/Makefile,v 1.10.2.3 2002/06/30 03:59:15 gad Exp $
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>