Deleted Added
full compact
Makefile (80029) Makefile (96514)
1# $FreeBSD: head/usr.sbin/lpr/common_source/Makefile 80029 2001-07-20 06:20:32Z obrien $
1# $FreeBSD: head/usr.sbin/lpr/common_source/Makefile 96514 2002-05-13 11:24:03Z 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
9NOPROFILE= noprofile
10NOPIC= nopic
11NOMAN= noman
9INTERNALLIB= YES
12SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \
13 rmjob.c startdaemon.c
14
15CFLAGS+= ${CWARNFLAGS}
16
10SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \
11 rmjob.c startdaemon.c
12
13CFLAGS+= ${CWARNFLAGS}
14
17install:
18
19.include <bsd.lib.mk>
15.include <bsd.lib.mk>