mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
11 lines
196 B
Makefile
11 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"
|