summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-05-28 18:16:17 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-05-28 18:16:17 +0000
commitc394be21332b3c67a2acd9ac5b4c3eb059703a95 (patch)
tree8d8267b2ba8a3d65c5384d2778020fe5622d40ad
parent144234d9f64df0da253fe0452e09c652aa999924 (diff)
Always miss a file (nw)
-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))