# $FreeBSD: stable/5/usr.sbin/lpr/common_source/Makefile 141786 2005-02-13 07:23:46Z obrien $

#
# 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=
SRCS=		common.c ctlinfo.c displayq.c matchjobs.c net.c \
		printcap.c request.c rmjob.c startdaemon.c

.include <bsd.lib.mk>
