xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
14a1a0dbeSGarrett Wollman#
24a1a0dbeSGarrett Wollman# Library of internal routines for the print spooler suite.
34a1a0dbeSGarrett Wollman# Originally these were compiled separately into each program,
44a1a0dbeSGarrett Wollman# but the library makes it much easier to modularize them.
54a1a0dbeSGarrett Wollman#
64a1a0dbeSGarrett WollmanLIB=		lpr
7a35d8893SRuslan ErmilovINTERNALLIB=
8dd8faa9fSGarance A DrosehnSRCS=		common.c ctlinfo.c displayq.c matchjobs.c net.c \
9dd8faa9fSGarance A Drosehn		printcap.c request.c rmjob.c startdaemon.c
1090e655eaSDavid E. O'Brien
1171ccf092SEd SchoutenWARNS?=		1
1271ccf092SEd Schouten
134a1a0dbeSGarrett Wollman.include <bsd.lib.mk>
14