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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
