3c75ad7ec0
add them automatically, and there is no point in adding them twice. MFC after: 5 days
14 lines
339 B
Makefile
14 lines
339 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
|
|
|
|
.include <bsd.lib.mk>
|