diff options
author | Tillmann Karras <tilkax@gmail.com> | 2014-11-15 23:47:54 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2014-11-19 10:29:14 +0100 |
commit | 49cf9fd16e4d47422b9aec2ab360bfd80e9f67cf (patch) | |
tree | 181217ccb7a87a109219506b49f9dc28a2ccf0c1 /Makefile | |
parent | 07fa58ff28b700cf4bceb9f67db6af504f61a354 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |