summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/map-mbone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/map-mbone/Makefile')
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
index 9754fd7..2d7bf2f 100644
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ b/usr.sbin/mrouted/map-mbone/Makefile
@@ -1,18 +1,18 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:07:26 peter Exp $
PROG= map-mbone
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
-LDADD+= -lmrouted
.if exists(${.OBJDIR}/../common)
-LDDESTDIR+= -L${.OBJDIR}/../common
-DPADD+= ${.OBJDIR}/../common/libmrouted.a
+LDADD+= -L${.OBJDIR}/../common
+DPADD+= ${.OBJDIR}/../common/libmrouted.a
.else
-LDDESTDIR+= -L$S/common
-DPADD+= $S/common/libmrouted.a
+LDADD+= -L$S/common
+DPADD+= $S/common/libmrouted.a
.endif
+LDADD+= -lmrouted
SRCS= mapper.c
MAN8= ${.CURDIR}/../map-mbone.8
OpenPOWER on IntegriCloud