From dd6b7957dd02df34a5e2d9a782a893b0a1429bdb Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:54:24 +0200 Subject: add dnsmap submodule --- Reaktor/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Reaktor/Makefile') diff --git a/Reaktor/Makefile b/Reaktor/Makefile index f608db90..dc3f8cac 100644 --- a/Reaktor/Makefile +++ b/Reaktor/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 -- cgit v1.2.3