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