Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 13:17:41 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284221 - head/libexec/ftpd
Message-ID:  <201506101317.t5ADHfF9007144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101317.t5ADHfF9007144>