freebsd-dev/usr.sbin/mrouted/Makefile.inc
Peter Wemm 02f474d6ba Disable the log() builtin (the math function), because it will not do much
logging of information like the program expects.
2003-10-26 03:15:54 +00:00

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"