From 49cf9fd16e4d47422b9aec2ab360bfd80e9f67cf Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 15 Nov 2014 23:47:54 +0100 Subject: build: Enable customization of sysconfdir (ETCDIR) Signed-off-by: Tillmann Karras Signed-off-by: Daniel Borkmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf