Disable the log() builtin (the math function), because it will not do much

logging of information like the program expects.
This commit is contained in:
Peter Wemm 2003-10-26 03:15:54 +00:00
parent 817a5d2482
commit 02f474d6ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121527

View File

@ -1,6 +1,6 @@
# $FreeBSD$
CFLAGS+= -DRSRR
CFLAGS+= -DRSRR -fno-builtin-log
.if exists(${.OBJDIR}/../common)
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a