summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-11-15 23:47:54 +0100
committerDaniel Borkmann <dborkman@redhat.com>2014-11-19 10:29:14 +0100
commit49cf9fd16e4d47422b9aec2ab360bfd80e9f67cf (patch)
tree181217ccb7a87a109219506b49f9dc28a2ccf0c1 /Makefile
parent07fa58ff28b700cf4bceb9f67db6af504f61a354 (diff)
build: Enable customization of sysconfdir (ETCDIR)
Signed-off-by: Tillmann Karras <tilkax@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 968f9b7..97eef82 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DESTDIR=
# Location of installation paths.
SBINDIR = $(PREFIX)/sbin
INCDIR = $(PREFIX)/include
-ETCDIR = /etc
+ETCDIR ?= /etc
ETCDIRE = $(ETCDIR)/netsniff-ng
MAN8DIR = $(PREFIX)/share/man/man8
scription scripts: add a script to check if Documentation/00-INDEX is sane Docs: change sh -> awk in REPORTING-BUGS Documentation/core-api/device_link: Add initial documentation core-api: remove an unexpected unident ppc/idle: Add documentation for powersave=off Doc: Correct typo, "Introdution" => "Introduction" Documentation/atomic_ops.txt: convert to ReST markup Documentation/local_ops.txt: convert to ReST markup Documentation/assoc_array.txt: convert to ReST markup docs-rst: parse-headers.pl: cleanup the documentation docs-rst: fix media cleandocs target docs-rst: media/Makefile: reorganize the rules docs-rst: media: build SVG from graphviz files docs-rst: replace bayer.png by a SVG image ...
Diffstat (limited to 'Documentation/devicetree/bindings/powerpc/4xx')