summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/map-mbone/Makefile
blob: 4303cf28267c53030718d9f9a07605d379e5134b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$Id$

PROG=	map-mbone

S=	${.CURDIR}/..
.PATH:	$S
CFLAGS+=	-I$S
LDADD+=	-lmrouted
.if exists($S/common/obj)
LDDESTDIR+=	-L$S/common/obj
DPADD+= 	$S/common/obj/libmrouted.a
.else
LDDESTDIR+=	-L$S/common
DPADD+=		$S/common/libmrouted.a
.endif

SRCS=	mapper.c
NOMAN=

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud