mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 10:25:46 -04:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -DRSRR -Dlog=logit
|
|
|
|
.if exists(${.OBJDIR}/../common)
|
|
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
|
.else
|
|
LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|