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

CFLAGS+= -DINET6
CWARNFLAGS=	${BDECFLAGS}

.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