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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"