summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 06fa568d22a..9579bdf1a2f 100644
--- a/makefile
+++ b/makefile
@@ -95,6 +95,9 @@ endif
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
TARGETOS = macosx
endif
+ifeq ($(firstword $(filter Haiku,$(UNAME))),Haiku)
+TARGETOS = haiku
+endif
ifndef TARGETOS
$(error Unable to detect TARGETOS from uname -a: $(UNAME))