From owner-svn-src-user@freebsd.org Sat Oct 17 22:33:12 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C3AA182F9 for ; Sat, 17 Oct 2015 22:33:12 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95FB4EAD; Sat, 17 Oct 2015 22:33:12 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HMXBaF013130; Sat, 17 Oct 2015 22:33:11 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HMXBdT013129; Sat, 17 Oct 2015 22:33:11 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201510172233.t9HMXBdT013129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Sat, 17 Oct 2015 22:33:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289473 - user/ngie/bug203673/libexec/ftpd X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 22:33:12 -0000 Author: ngie Date: Sat Oct 17 22:33:11 2015 New Revision: 289473 URL: https://svnweb.freebsd.org/changeset/base/289473 Log: ftpd needs libutil as well Modified: user/ngie/bug203673/libexec/ftpd/Makefile Modified: user/ngie/bug203673/libexec/ftpd/Makefile ============================================================================== --- user/ngie/bug203673/libexec/ftpd/Makefile Sat Oct 17 22:20:06 2015 (r289472) +++ user/ngie/bug203673/libexec/ftpd/Makefile Sat Oct 17 22:33:11 2015 (r289473) @@ -13,7 +13,7 @@ YFLAGS= WARNS?= 2 WFORMAT=0 -LIBADD= crypt xo +LIBADD= crypt util xo # XXX Kluge! Conversation mechanism needs to be fixed. LIBADD+= opie md