1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

guides: disable building on NetBSD until it's fixed (NodeParser)

This commit is contained in:
Jon Trulson 2021-12-17 15:32:33 -07:00
parent 2e4029de70
commit 3c95af9871

View file

@ -1,4 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
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