aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/Makefile.inc
blob: af7ae508b460f89b04303ee41997c7d52d700bd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $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"