Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 15:32:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274137 - head/usr.bin/ftp
Message-ID:  <201411051532.sA5FWvqi035704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Nov  5 15:32:57 2014
New Revision: 274137
URL: https://svnweb.freebsd.org/changeset/base/274137

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

Modified:
  head/usr.bin/ftp/Makefile

Modified: head/usr.bin/ftp/Makefile
==============================================================================
--- head/usr.bin/ftp/Makefile	Wed Nov  5 15:03:58 2014	(r274136)
+++ head/usr.bin/ftp/Makefile	Wed Nov  5 15:32:57 2014	(r274137)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051532.sA5FWvqi035704>