From c9d4ab83fc3ab94c4cafc8c90bbbca161edbac45 Mon Sep 17 00:00:00 2001 From: veider Date: Sat, 2 Apr 2005 22:56:22 +0000 Subject: Added NetBSD support into Makefile git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1384 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e9baabb4..efd5ec40a 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,11 @@ MAKE = gmake else MAKE = make endif +ifeq ($(findstring NetBSD,$(PLATFORM)), NetBSD) +MAKE = gmake +else +MAKE = make +endif OPT = -g -O2 -ffast-math -Wall -Wno-sign-compare # OPT += -DDUMPSTACK -rdynamic -- cgit v1.2.3-60-g2f50