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.

(cherry picked from commit 796d48ec41)
This commit is contained in:
Eugene Grosbein 2022-06-10 21:03:07 +07:00
parent 9ce5ee92cf
commit 149c85360c
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,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 \