]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/lpr/common_source/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / lpr / common_source / Makefile
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 #
8 LIB=            lpr
9 INTERNALLIB=
10 SRCS=           common.c ctlinfo.c displayq.c matchjobs.c net.c \
11                 printcap.c request.c rmjob.c startdaemon.c
12
13 WARNS?=         1
14
15 .include <bsd.lib.mk>