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