summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrinfo
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 /usr.sbin/mrouted/mrinfo
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.
Diffstat (limited to 'usr.sbin/mrouted/mrinfo')
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
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