summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-05 15:32:57 +0000
committerbapt <bapt@FreeBSD.org>2014-11-05 15:32:57 +0000
commit0ce449d624e1127898a7be462aa05fe72a66faa4 (patch)
tree76843eceff674f75abc1b49408b11f6b472b42b1 /usr.bin/ftp
parentc7baf876330899a946fafe4fa80f658a43a0e468 (diff)
downloadFreeBSD-src-0ce449d624e1127898a7be462aa05fe72a66faa4.zip
FreeBSD-src-0ce449d624e1127898a7be462aa05fe72a66faa4.tar.gz
ftp(1) uses nothing from libutil, do not link to it
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 2cd7f36..3d236d8 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -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
OpenPOWER on IntegriCloud