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
|
2004-10-24 15:33:08 +00:00
|
|
|
INTERNALLIB=
|
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
|
|
|
|
2010-01-02 11:07:44 +00:00
|
|
|
WARNS?= 1
|
|
|
|
|
1997-12-02 20:46:22 +00:00
|
|
|
.include <bsd.lib.mk>
|