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

This commit is contained in:
Baptiste Daroussin 2014-11-05 15:32:57 +00:00
parent 1deb311eeb
commit 8b5f724857
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274137

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