forked from fte/fteqw
1
0
Fork 0

A small fix...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@951 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-17 03:32:39 +00:00
parent f12f7db6cc
commit ef975c65d5
1 changed files with 4 additions and 1 deletions

View File

@ -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.