summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-18 13:34:22 +1200
committerDavid Phillips <david@sighup.nz>2017-09-18 13:34:22 +1200
commitf93969f5c111deedc3b5830f743807372beeb9e3 (patch)
treee4a17df3b0e44853186dd843d20a52ead3f30064 /Makefile
parentfe1533f144b681c6bcd51edb39bcbdbd264de7ea (diff)
downloadinitscripts-f93969f5c111deedc3b5830f743807372beeb9e3.tar.xz
Make more use of macro paths
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')