summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/default2
-rw-r--r--configs/freebsd1
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index 8c005bf48b..f955e3d3b7 100644
--- a/configs/default
+++ b/configs/default
@@ -24,7 +24,7 @@ GLU_CFLAGS =
MKLIB_OPTIONS =
MKDEP = makedepend
MKDEP_OPTIONS = -Y -fdepend
-
+MAKE = make
# Library names (base name)
GL_LIB = GL
diff --git a/configs/freebsd b/configs/freebsd
index 85f14f7ed5..a7d8c615e9 100644
--- a/configs/freebsd
+++ b/configs/freebsd
@@ -7,6 +7,7 @@ CONFIG_NAME = FreeBSD
# Compiler and flags
CC = gcc
CXX = g++
+MAKE = gmake
CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100
CXXFLAGS = -O2 -fPIC -pedantic