From 9ea8663420e2b591ff7e43176fbfb2137aacf79c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 5 May 2013 13:15:10 +0200 Subject: misc: move file to source root Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ae1b15..7b8fd7d 100644 --- a/Makefile +++ b/Makefile @@ -238,11 +238,11 @@ astraceroute_distclean_custom: $(Q)$(call RMDIR,$(ETCDIRE)) netsniff-ng_install_custom flowtop_install_custom: - $(Q)$(foreach file,$(NCONF_FILES),$(call INST,configs/$(file),$(ETCDIRE));) + $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: - $(Q)$(call INST,configs/stddef.h,$(ETCDIRE)) + $(Q)$(call INST,stddef.h,$(ETCDIRE)) astraceroute_install_custom: - $(Q)$(call INST,configs/geoip.conf,$(ETCDIRE)) + $(Q)$(call INST,geoip.conf,$(ETCDIRE)) $(TOOLS): WFLAGS += $(WFLAGS_EXTRA) $(TOOLS): -- cgit v1.2.3-54-g00ecf