freebsd-dev/usr.sbin/lpr/common_source/Makefile
2002-05-13 11:24:03 +00:00

16 lines
363 B
Makefile

# $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
INTERNALLIB= YES
SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \
rmjob.c startdaemon.c
CFLAGS+= ${CWARNFLAGS}
.include <bsd.lib.mk>