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

CFLAGS+= -DRSRR -Dlog=logit

.if exists(${.OBJDIR}/../common)
LIBMROUTED=	${.OBJDIR}/../common/libmrouted.a
.else
LIBMROUTED=	${.CURDIR}/../common/libmrouted.a
.endif

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