From ef975c65d50de3d174386b92cbdb059748042ec2 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 17 Apr 2005 03:32:39 +0000 Subject: [PATCH] A small fix... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@951 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 31b1847ad..b23c78dfd 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -10,14 +10,17 @@ ifeq ($(FTE_TARGET),) #user didn't specify prefered target else ifeq ($(shell uname),Linux) FTE_TARGET=linux + endif ifeq ($(shell uname),FreeBSD) FTE_TARGET=bsd + endif ifeq ($(shell uname),NetBSD) FTE_TARGET=bsd + endif ifeq ($(shell uname),OpenBSD) FTE_TARGET=bsd - #else I've no idea what it is you're running endif + #else I've no idea what it is you're running endif FTE_TARGET ?= sdl #so go for sdl.