Fix "make checkdpadd".
This commit is contained in:
parent
dc03b7f41f
commit
1d5dd15d75
@ -17,7 +17,7 @@ LDADD= -lnetgraph
|
||||
.if !defined(NGCTL_NO_LIBEDIT)
|
||||
CFLAGS+= -DEDITLINE
|
||||
DPADD+= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
|
||||
LDADD+= -pthread -ledit -ltermcap
|
||||
LDADD+= -lpthread -ledit -ltermcap
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user