Externals - Add vttest
authorJohn Hodge <[email protected]>
Sun, 9 Feb 2014 10:01:26 +0000 (18:01 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Feb 2014 10:01:26 +0000 (18:01 +0800)
Externals/vttest/Makefile [new file with mode: 0644]
KernelLand/Modules/Filesystems/InitRD/files.lst

diff --git a/Externals/vttest/Makefile b/Externals/vttest/Makefile
new file mode 100644 (file)
index 0000000..4f8583a
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Acess2 External: dropbear
+# - Makefile and patches by John Hodge (thePowersGang)
+#
+
+DEPS := 
+TARBALL_PATTERN := vttest*.tar.gz
+TARBALL_TO_DIR_L := %.tar.gz
+TARBALL_TO_DIR_R := %*
+PATCHES := 
+CONFIGURE_ARGS = 
+BTARGETS = all
+ITARGETS = install
+
+include ../common.mk
+
index b5890f9..6d2d19c 100644 (file)
@@ -19,6 +19,7 @@ Dir "Bin" {
        File "__BIN__/Bin/bomb"
        
        OptFile "__EXT__/bin/dbclient"
+       OptFile "__EXT__/bin/vttest"
 }
 Dir "Libs" {
        File "__BIN__/Libs/ld-acess.so"

UCC git Repository :: git.ucc.asn.au