xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision 90e655ea4e3750a48b8b350adb823f0ace818f21)
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 WollmanNOPROFILE=	noprofile
104a1a0dbeSGarrett WollmanNOPIC=		nopic
1190e655eaSDavid E. O'BrienNOMAN=		noman
1290e655eaSDavid E. O'BrienSRCS=		common.c ctlinfo.c displayq.c net.c printcap.c request.c \
1390e655eaSDavid E. O'Brien		rmjob.c startdaemon.c
1490e655eaSDavid E. O'Brien
1590cf373dSGarrett WollmanCFLAGS+=	${CWARNFLAGS}
164a1a0dbeSGarrett Wollman
174a1a0dbeSGarrett Wollmaninstall:
184a1a0dbeSGarrett Wollman
194a1a0dbeSGarrett Wollman.include <bsd.lib.mk>
20