commit 8cd6785d1c394ab6781a6c0c23e6970b5a33f8d6 parent 8cd269c3b8bb57dd591693e6c888b45afdd2cf6b Author: Daniel Bainton <dpb@driftaway.org> Date: Mon, 7 Apr 2014 13:03:39 +0300 Add mkbuild and ports submodules Diffstat:
A | .gitmodules | | | 6 | ++++++ |
A | mkbuild | | | 1 | + |
A | ports | | | 1 | + |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "mkbuild"] + path = mkbuild + url = git://git.driftaway.org/mkbuild +[submodule "ports"] + path = ports + url = git://git.2f30.org/ports diff --git a/mkbuild b/mkbuild @@ -0,0 +1 @@ +Subproject commit 75a44c1318c40ee079a4a33f1dd3cdef9c618b99 diff --git a/ports b/ports @@ -0,0 +1 @@ +Subproject commit 37ff31a8aafde23470cc2069daca1ea666ac11d7