summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
blob: 34d4fcbcdee328c936102229d144da57a51e5f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile.inc,v 1.2 1997/12/17 19:38:30 wollman Exp $

CWARNFLAGS=	-Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused

.if exists(${.OBJDIR}/../common_source)
LIBLPR=	${.OBJDIR}/../common_source/liblpr.a
.else
LIBLPR=	${.CURDIR}/../common_source/liblpr.a
.endif

.include "../Makefile.inc"
OpenPOWER on IntegriCloud