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