Deleted Added
full compact
Makefile (100203) Makefile (136910)
1# $FreeBSD: head/usr.sbin/lpr/common_source/Makefile 100203 2002-07-17 00:51:19Z gad $
1# $FreeBSD: head/usr.sbin/lpr/common_source/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3#
4# Library of internal routines for the print spooler suite.
5# Originally these were compiled separately into each program,
6# but the library makes it much easier to modularize them.
7#
8LIB= lpr
2
3#
4# Library of internal routines for the print spooler suite.
5# Originally these were compiled separately into each program,
6# but the library makes it much easier to modularize them.
7#
8LIB= lpr
9INTERNALLIB= YES
9INTERNALLIB=
10SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \
11 printcap.c request.c rmjob.c startdaemon.c
12
13.include <bsd.lib.mk>
10SRCS= common.c ctlinfo.c displayq.c matchjobs.c net.c \
11 printcap.c request.c rmjob.c startdaemon.c
12
13.include <bsd.lib.mk>