1998-09-11 18:49:33 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/06/11 03:53:23 jb Exp $
|
1997-12-02 20:46:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
1998-09-11 18:49:33 +00:00
|
|
|
CFLAGS+= ${CWARNFLAGS}
|
1997-12-02 20:46:22 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|