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

CFLAGS+=	-DRSRR

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

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