summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-04-16 14:53:51 +0000
committerbde <bde@FreeBSD.org>2003-04-16 14:53:51 +0000
commita81754c5841fd15953f3b9d25f7cc7734b2110f2 (patch)
tree286840ff710cf05cb43d0ea33d07b939790fe7c9
parentf551b7d8e30c1ec7db9cd45fdf599d4eec8f593d (diff)
downloadFreeBSD-src-a81754c5841fd15953f3b9d25f7cc7734b2110f2.zip
FreeBSD-src-a81754c5841fd15953f3b9d25f7cc7734b2110f2.tar.gz
Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead of
hard-coding a path to the library that is wrong in some corner cases.
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile2
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
index 2b64270..f99247b 100644
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ b/usr.sbin/mrouted/map-mbone/Makefile
@@ -10,6 +10,6 @@ SRCS= mapper.c
CFLAGS+= -I$S
DPADD= ${LIBMROUTED}
-LDADD= ../common/libmrouted.a
+LDADD= ${LIBMROUTED}
.include <bsd.prog.mk>
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index 3fcb4f9..f111aa9 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -11,6 +11,6 @@ BINMODE= 4555
CFLAGS+= -I$S
DPADD= ${LIBMROUTED}
-LDADD= ../common/libmrouted.a
+LDADD= ${LIBMROUTED}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud