freebsd-dev/usr.sbin/mrouted/Makefile.inc
Peter Wemm 482e283b1e Use -D to rename the log() function (extensively used) rather than
using the gcc-specific -fno-builtin-log switch.
2003-10-30 22:59:41 +00:00

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"