ftp(1) uses nothing from libutil, do not link to it

This commit is contained in:
bapt 2014-11-05 15:32:57 +00:00
parent c7baf87633
commit 0ce449d624

View File

@ -20,8 +20,8 @@ CFLAGS+= -DINET6
.endif
CFLAGS+= -I${.CURDIR} -I${TNFTP}
LDADD= -ledit -ltermcapw -lutil
DPADD= ${LIBEDIT} ${LIBTERMCAPW} ${LIBUTIL}
LDADD= -ledit -ltermcapw
DPADD= ${LIBEDIT} ${LIBTERMCAPW}
WARNS?= 2