Deleted Added
full compact
Makefile (39084) Makefile (50479)
1# $Id: Makefile,v 1.3 1998/06/11 03:53:23 jb Exp $
1# $FreeBSD: head/usr.sbin/lpr/common_source/Makefile 50479 1999-08-28 01:35:59Z peter $
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
9SRCS= common.c displayq.c net.c printcap.c request.c rmjob.c \
10 startdaemon.c
11NOMAN= noman
12NOPROFILE= noprofile
13NOPIC= nopic
14CFLAGS+= ${CWARNFLAGS}
15
16install:
17
18.include <bsd.lib.mk>
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
9SRCS= common.c displayq.c net.c printcap.c request.c rmjob.c \
10 startdaemon.c
11NOMAN= noman
12NOPROFILE= noprofile
13NOPIC= nopic
14CFLAGS+= ${CWARNFLAGS}
15
16install:
17
18.include <bsd.lib.mk>