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