From 70e34c99417df9861d4ab11180f292662de67aa6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 16 Apr 2003 14:53:51 +0000 Subject: [PATCH] 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. --- usr.sbin/mrouted/map-mbone/Makefile | 2 +- usr.sbin/mrouted/mrinfo/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile index 2b642708bda8..f99247b62500 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 diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index 3fcb4f9d06c4..f111aa981663 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