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