mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
12 lines
196 B
Makefile
12 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -DRSRR
|
|
|
|
.if exists(${.OBJDIR}/../common)
|
|
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
|
.else
|
|
LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|