summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
blob: 141373e9c2908b3c782eb40e97e242a10bf85212 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

CWARNFLAGS=	-Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes

.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