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

CFLAGS+=	-DRSRR

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

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