summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-10 13:17:41 +0000
committermarcel <marcel@FreeBSD.org>2015-06-10 13:17:41 +0000
commit468223b09d77b5c82e5a43ec1bb1046d8e6a77d4 (patch)
tree031760319d27c28a03ce35c8530605856c327b2f /libexec/ftpd
parent319e9e4b6cee6ab6f7ac6ff7339c62f7ebc20f84 (diff)
downloadFreeBSD-src-468223b09d77b5c82e5a43ec1bb1046d8e6a77d4.zip
FreeBSD-src-468223b09d77b5c82e5a43ec1bb1046d8e6a77d4.tar.gz
Fix build after converting ls(1) to use libxo(3).
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index da41967..5089a12 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -13,7 +13,7 @@ YFLAGS=
WARNS?= 2
WFORMAT=0
-LIBADD= util crypt
+LIBADD= util crypt xo
# XXX Kluge! Conversation mechanism needs to be fixed.
LIBADD+= opie md
OpenPOWER on IntegriCloud