ftpd(8): do not refer to now unused libxo(3)

In 2018, the commit r328100 (0fdf7fa846)
removed libxo(3) support from ls(1), so ftpd has no reasons to link
with libxo since then.

ls(1) does not depend on libxo in both of stable/12 and stable/13.

MFC after:	2 weeks
This commit is contained in:
Eugene Grosbein 2022-06-10 21:03:07 +07:00
parent 0e981d79b1
commit 796d48ec41
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ YFLAGS=
WARNS?= 2
WFORMAT=0
LIBADD= crypt xo util
LIBADD= crypt util
# XXX Kluge! Conversation mechanism needs to be fixed.
LIBADD+= opie md

View file

@ -13,7 +13,6 @@ DIRDEPS = \
lib/libopie \
lib/libthr \
lib/libutil \
lib/libxo \
lib/msun \
usr.bin/yacc.host \