mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
ftp(1) uses nothing from libutil, do not link to it
This commit is contained in:
parent
1deb311eeb
commit
8b5f724857
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274137
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user