xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision 3ff369fed2a08f32dda232c10470b949bef9489f)
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=	YES
10SRCS=		common.c ctlinfo.c displayq.c net.c printcap.c request.c \
11		rmjob.c startdaemon.c
12
13CFLAGS+=	${CWARNFLAGS}
14
15.include <bsd.lib.mk>
16