Initial import from FreeBSD RELENG_4:
[games.git] / usr.sbin / lpr / common_source / Makefile
1 # $FreeBSD: src/usr.sbin/lpr/common_source/Makefile,v 1.5.2.5 2002/07/26 03:12:06 gad Exp $
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=    YES
10 SRCS=           common.c ctlinfo.c displayq.c matchjobs.c net.c \
11                 printcap.c request.c rmjob.c startdaemon.c
12
13 .include <bsd.lib.mk>