xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision 97d92980a96a50750844f420cc225ddf918f0699)
197d92980SPeter Wemm# $FreeBSD$
24a1a0dbeSGarrett Wollman
34a1a0dbeSGarrett Wollman#
44a1a0dbeSGarrett Wollman# Library of internal routines for the print spooler suite.
54a1a0dbeSGarrett Wollman# Originally these were compiled separately into each program,
64a1a0dbeSGarrett Wollman# but the library makes it much easier to modularize them.
74a1a0dbeSGarrett Wollman#
84a1a0dbeSGarrett WollmanLIB=		lpr
94a1a0dbeSGarrett WollmanSRCS=		common.c displayq.c net.c printcap.c request.c rmjob.c \
104a1a0dbeSGarrett Wollman		startdaemon.c
114a1a0dbeSGarrett WollmanNOMAN=		noman
124a1a0dbeSGarrett WollmanNOPROFILE=	noprofile
134a1a0dbeSGarrett WollmanNOPIC=		nopic
1490cf373dSGarrett WollmanCFLAGS+=	${CWARNFLAGS}
154a1a0dbeSGarrett Wollman
164a1a0dbeSGarrett Wollmaninstall:
174a1a0dbeSGarrett Wollman
184a1a0dbeSGarrett Wollman.include <bsd.lib.mk>
19