xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision 5b56413d04e608379c9a306373554a8e4d321bc0)
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