summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/Makefile
blob: 516c0a798065c236995bd6996c341700aa8f3c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.6 1998/03/07 09:47:59 bde Exp $

PROG=	lpd
CFLAGS+=-I${.CURDIR}/../common_source -Wall
MAN8=	lpd.8
SRCS=	lpd.c printjob.c recvjob.c lpdchar.c modes.c
DPADD=	${LIBLPR}
LDADD=	${LIBLPR}

.if ${MACHINE_ARCH} == "i386"
CFLAGS+=	-Werror
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud