xref: /freebsd/usr.sbin/lpr/common_source/Makefile (revision 11afcc8f9f96d657b8e6f7547c02c1957331fc96)
1#	$Id: Makefile,v 1.2 1998/05/13 06:49:19 jb Exp $
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+=	-Wall -Wnested-externs -Wmissing-prototypes \
15		-Wstrict-prototypes -Wredundant-decls
16
17install:
18
19.include <bsd.lib.mk>
20