svn commit: r284221 - head/libexec/ftpd
Marcel Moolenaar
marcel at FreeBSD.org
Wed Jun 10 13:17:41 UTC 2015
Author: marcel
Date: Wed Jun 10 13:17:41 2015
New Revision: 284221
URL: https://svnweb.freebsd.org/changeset/base/284221
Log:
Fix build after converting ls(1) to use libxo(3).
Modified:
head/libexec/ftpd/Makefile
Modified: head/libexec/ftpd/Makefile
==============================================================================
--- head/libexec/ftpd/Makefile Wed Jun 10 13:14:24 2015 (r284220)
+++ head/libexec/ftpd/Makefile Wed Jun 10 13:17:41 2015 (r284221)
@@ -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
More information about the svn-src-head
mailing list