02f474d6ba
logging of information like the program expects.
12 lines
213 B
Makefile
12 lines
213 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -DRSRR -fno-builtin-log
|
|
|
|
.if exists(${.OBJDIR}/../common)
|
|
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
|
.else
|
|
LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|