From 90fdd568760c7dd17c1d1c6c8ca8e38be8a3189f Mon Sep 17 00:00:00 2001 From: Phil Shafer Date: Thu, 7 Nov 2019 07:09:28 +0000 Subject: [PATCH] Back out encoder compilation to unbreak HEAD. --- lib/libxo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index a91f772291c..e53e1d9c13e 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -114,6 +114,6 @@ MLINKS= xo_attr.3 xo_attr_h.3 \ HAS_TESTS= SUBDIR.${MK_TESTS}+= tests -SUBDIR = encoder +#SUBDIR = encoder .include