freebsd-dev/usr.sbin/lpr/common_source/Makefile

19 lines
404 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $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 ctlinfo.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>