aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source/Makefile
blob: e5c6191fbbe9b5e7595df114e43bef8afe6df3a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

#
# Library of internal routines for the print spooler suite.
# Originally these were compiled separately into each program,
# but the library makes it much easier to modularize them.
#
LIB=		lpr
SRCS=		common.c displayq.c net.c printcap.c request.c rmjob.c \
		startdaemon.c
NOMAN=		noman
NOPROFILE=	noprofile
NOPIC=		nopic
CFLAGS+=	${CWARNFLAGS}

install:

.include <bsd.lib.mk>