Add LIBREADLINE and LIBTERM to DPADD
This commit is contained in:
parent
f2009cbfdb
commit
afd4f2eb3b
@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
||||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= $(LIBREADLINE) $(LIBTERM)
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
.if exists(${.CURDIR}/../libiberty/obj)
|
||||
|
@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
||||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= $(LIBREADLINE) $(LIBTERM)
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
.if exists(${.CURDIR}/../libiberty/obj)
|
||||
|
Loading…
Reference in New Issue
Block a user