mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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.
This commit is contained in:
parent
a379b5c288
commit
70e34c9941
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113563
@ -10,6 +10,6 @@ SRCS= mapper.c
|
||||
CFLAGS+= -I$S
|
||||
|
||||
DPADD= ${LIBMROUTED}
|
||||
LDADD= ../common/libmrouted.a
|
||||
LDADD= ${LIBMROUTED}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -11,6 +11,6 @@ BINMODE= 4555
|
||||
CFLAGS+= -I$S
|
||||
|
||||
DPADD= ${LIBMROUTED}
|
||||
LDADD= ../common/libmrouted.a
|
||||
LDADD= ${LIBMROUTED}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user