svn commit: r354431 - head/lib/libxo

Phil Shafer phil at FreeBSD.org
Thu Nov 7 07:09:29 UTC 2019


Author: phil
Date: Thu Nov  7 07:09:28 2019
New Revision: 354431
URL: https://svnweb.freebsd.org/changeset/base/354431

Log:
  Back out encoder compilation to unbreak HEAD.

Modified:
  head/lib/libxo/Makefile

Modified: head/lib/libxo/Makefile
==============================================================================
--- head/lib/libxo/Makefile	Thu Nov  7 07:09:10 2019	(r354430)
+++ head/lib/libxo/Makefile	Thu Nov  7 07:09:28 2019	(r354431)
@@ -114,6 +114,6 @@ MLINKS=	xo_attr.3 xo_attr_h.3 \
 HAS_TESTS=
 SUBDIR.${MK_TESTS}+= tests
 
-SUBDIR = encoder
+#SUBDIR = encoder
 
 .include <bsd.lib.mk>


More information about the svn-src-head mailing list