From c394be21332b3c67a2acd9ac5b4c3eb059703a95 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Mon, 28 May 2012 18:16:17 +0000 Subject: Always miss a file (nw) --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') 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)) -- cgit v1.2.3