aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
-rw-r--r--config/SunOS.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 87225f180e..d493ba7170 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -17,6 +17,8 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p
INSTALL_PROG = $(INSTALL) -m0755 -p
+PREFIX ?= /usr
+
LIB64DIR = lib64
SOCKET_LIBS =
diff --git a/config/SunOS.mk b/config/SunOS.mk
index ec290346f2..e84e277761 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -18,6 +18,8 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p
INSTALL_PROG = $(INSTALL) -m0755 -p
+PREFIX ?= /usr
+
LIB64DIR = lib/amd64
SOCKET_LIBS = -lsocket