150479Speter# $FreeBSD$
231492Swollman
331492Swollman#
431492Swollman# Library of internal routines for the print spooler suite.
531492Swollman# Originally these were compiled separately into each program,
631492Swollman# but the library makes it much easier to modularize them.
731492Swollman#
831492SwollmanLIB=		lpr
9136910SruINTERNALLIB=
10100203SgadSRCS=		common.c ctlinfo.c displayq.c matchjobs.c net.c \
11100203Sgad		printcap.c request.c rmjob.c startdaemon.c
1280029Sobrien
13201390SedWARNS?=		1
14201390Sed
1531492Swollman.include <bsd.lib.mk>
16