Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 22:33:11 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r289473 - user/ngie/bug203673/libexec/ftpd
Message-ID:  <201510172233.t9HMXBdT013129@repo.freebsd.org>

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



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