summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 54488cc..44dd2b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-export OPENRC_RUN = /usr/bin/openrc-run
-export BINDIR = /usr/bin
-
-SYSCONFDIR ?= etc
+export OPENRC_RUN ?= /usr/bin/openrc-run
+export BINDIR ?= /usr/bin
+export SYSCONFDIR ?= /etc
+export OPENRC_DIR ?= /etc
MACRO_PROG = ./replace.sh
INIT_FILES = $(shell find init.d.in -type f | sed -e 's/\.in$$//g' -e 's/init\.d\.in/init.d/g')