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