From 2f0ae7721dd1f82cdbda32d97a098379cb5c3722 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 10 Jun 2015 13:17:41 +0000 Subject: [PATCH] Fix build after converting ls(1) to use libxo(3). --- libexec/ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index da41967234b1..5089a12f8a00 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -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