Fix "make checkdpadd".

This commit is contained in:
Ruslan Ermilov 2006-11-26 14:43:03 +00:00
parent dc03b7f41f
commit 1d5dd15d75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164618

View File

@ -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>