summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/Makefile.inc
blob: a8e134e936110c9d47415cf50a3aa50d55837f4e (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