summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/Makefile
blob: f563917374265f7013945e3483b23ed9df534c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

#
# Library of internal routines for the print spooler suite.
# Originally these were compiled separately into each program,
# but the library makes it much easier to modularize them.
#
LIB=		lpr
INTERNALLIB=	YES
SRCS=		common.c ctlinfo.c displayq.c net.c printcap.c request.c \
		rmjob.c startdaemon.c

CFLAGS+=	${CWARNFLAGS}

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