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