aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/Makefile
blob: 0d7d93ef79d9b231191c6e3a6ece9d1b977425e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	lpd
MAN=	lpd.8
SRCS=	lpd.c printjob.c recvjob.c lpdchar.c modes.c

CFLAGS+= -I${.CURDIR}/../common_source

WARNS?=	1

DPADD=	${LIBLPR}
LDADD=	${LIBLPR}

.include <bsd.prog.mk>