aboutsummaryrefslogtreecommitdiffstats
path: root/config/StdGNU.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/StdGNU.mk')
-rw-r--r--config/StdGNU.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 812d389a28..4ad4e3f580 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -40,6 +40,14 @@ SBINDIR = $(PREFIX)/sbin
PRIVATE_PREFIX = $(LIBDIR)/xen
PRIVATE_BINDIR = $(PRIVATE_PREFIX)/bin
+ifeq ($(PREFIX),/usr)
+CONFIG_DIR = /etc
+else
+CONFIG_DIR = $(PREFIX)/etc
+endif
+XEN_CONFIG_DIR = $(CONFIG_DIR)/xen
+XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts
+
SOCKET_LIBS =
CURSES_LIBS = -lncurses
PTHREAD_LIBS = -lpthread