Disables building of the BeOS UI for now

This commit is contained in:
Eric Petit 2006-08-18 18:37:53 +00:00
parent d07b688c86
commit f291041fa4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ifeq ($(GTK),yes)
TARGETS += .gtk
endif
ifeq ($(SYSTEM),BeOS)
TARGETS += .beos
#TARGETS += .beos
endif
all: $(TARGETS)