Fix UTIME_OMIT handling
[dragonfly.git] / usr.sbin / lpr / common_source / Makefile
blob154e50cf02162887b3d3292a62dab298f343adb8
1 # $FreeBSD: src/usr.sbin/lpr/common_source/Makefile,v 1.5.2.5 2002/07/26 03:12:06 gad Exp $
2 # $DragonFly: src/usr.sbin/lpr/common_source/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
5 # Library of internal routines for the print spooler suite.
6 # Originally these were compiled separately into each program,
7 # but the library makes it much easier to modularize them.
9 LIB= lpr
10 INTERNALLIB= YES
11 SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \
12 printcap.c request.c rmjob.c startdaemon.c
14 .include <bsd.lib.mk>