summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-30 14:15:58 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-30 14:15:58 +0200
commitae55f524c92aadfae2a94947002c978d80320f32 (patch)
tree61c6ad518c3b818e57f1f85858bec963c99810ad /Makefile
parent27842082e09359b3b7f5eed59ab21a0a06c5b1d2 (diff)
build: reduce Extra contents to bare minimum
Improve the build system, so that configuration files are installed per tool basis. Also, introduce post_install targets, so that config files can be altered in some way, e.g. done by trafgen. Moreover, move custom targets from Extra to tool-specific Makefiles. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4dda0f8..1c322dd 100644
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,6 @@ clean_showinfo:
.DEFAULT:
.FORCE:
-NCONF_FILES = ether.conf tcp.conf udp.conf oui.conf geoip.conf
-
all: build_showinfo toolkit
allbutcurvetun: $(filter-out curvetun,$(TOOLS))
allbutmausezahn: $(filter-out mausezahn,$(TOOLS))