1 2# 3# Library of internal routines for the print spooler suite. 4# Originally these were compiled separately into each program, 5# but the library makes it much easier to modularize them. 6# 7LIB= lpr 8INTERNALLIB= 9SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \ 10 printcap.c request.c rmjob.c startdaemon.c 11 12WARNS?= 1 13 14.include <bsd.lib.mk> 15