svn commit: r289473 - user/ngie/bug203673/libexec/ftpd

Garrett Cooper ngie at FreeBSD.org
Sat Oct 17 22:33:12 UTC 2015


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


More information about the svn-src-user mailing list