From 3c95af9871e8e1ea577fa209b8e9b29b4f52e18a Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 17 Dec 2021 15:32:33 -0700 Subject: [PATCH] guides: disable building on NetBSD until it's fixed (NodeParser) --- cde/doc/C/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cde/doc/C/Makefile.am b/cde/doc/C/Makefile.am index b30c5638c..a8b049e27 100644 --- a/cde/doc/C/Makefile.am +++ b/cde/doc/C/Makefile.am @@ -1,4 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = m-guides man guides help - +if !NETBSD +SUBDIRS = m-guides man guides help +else +# building the guides on netbsd (9.2) doesn't work currently +SUBDIRS = m-guides man help +endif