From 7861c3ccc4364a8792bf6a941ac04ef3724cdf41 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 4 Jun 2009 12:14:55 +0000 Subject: [PATCH] Erlaube es auf allen Plattformen zu bauen. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index a323485..b10ea68 100755 --- a/Makefile +++ b/Makefile @@ -11,12 +11,6 @@ # Check the OS type OSTYPE := $(shell uname -s) -ifneq ($(OSTYPE),Linux) -ifneq ($(OSTYPE),FreeBSD) -#$(error $(OSTYPE) is currently not supported by this Client.) -endif -endif - # ---------- ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/)