482e283b1e
using the gcc-specific -fno-builtin-log switch.
12 lines
208 B
Makefile
12 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"
|