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

CFLAGS+=-DINET6
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