From 520d94508cfd28f91b3468be84e803e5d439b642 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:54:24 +0200 Subject: add dnsmap submodule --- Makefile | 1 + repos/dnsmap | 1 + 2 files changed, 2 insertions(+) create mode 160000 repos/dnsmap diff --git a/Makefile b/Makefile index f608db9..dc3f8ca 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ init: cd ..;git submodule init; git submodule update cd repos/gxfr/; git checkout master; git pull cd repos/dnsrecon; git checkout master; git pull + cd repos/dnsmap; git checkout master; git pull diff --git a/repos/dnsmap b/repos/dnsmap new file mode 160000 index 0000000..5881f0a --- /dev/null +++ b/repos/dnsmap @@ -0,0 +1 @@ +Subproject commit 5881f0a9c3b6b4fddfaa635aa80d569dff9fd39f -- cgit v1.2.3