mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-14 20:22:21 +00:00
guides: disable building on NetBSD until it's fixed (NodeParser)
This commit is contained in:
parent
2e4029de70
commit
3c95af9871
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue