blob: a5d901a2d160831268c41a23684f3e18c4f376af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# 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
WARNS?= 1
.include <bsd.lib.mk>
|