ftp(1) uses nothing from libutil, do not link to it
This commit is contained in:
parent
1deb311eeb
commit
8b5f724857
@ -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