1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1997-12-02 20:46:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
2002-05-13 11:24:03 +00:00
|
|
|
INTERNALLIB= YES
|
2002-07-17 00:51:19 +00:00
|
|
|
SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \
|
|
|
|
printcap.c request.c rmjob.c startdaemon.c
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1997-12-02 20:46:22 +00:00
|
|
|
.include <bsd.lib.mk>
|