summaryrefslogtreecommitdiffstats
path: root/vppctl
diff options
context:
space:
mode:
Diffstat (limited to 'vppctl')
-rw-r--r--vppctl/Makefile.am2
-rw-r--r--vppctl/configure.ac4
-rwxr-xr-xvppctl/vppctl2
3 files changed, 0 insertions, 8 deletions
diff --git a/vppctl/Makefile.am b/vppctl/Makefile.am
deleted file mode 100644
index d556cb2aa5c..00000000000
--- a/vppctl/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-
-dist_bin_SCRIPTS = vppctl
diff --git a/vppctl/configure.ac b/vppctl/configure.ac
deleted file mode 100644
index 0421019452a..00000000000
--- a/vppctl/configure.ac
+++ /dev/null
@@ -1,4 +0,0 @@
-AC_INIT([vppctl], [1.0])
-AM_INIT_AUTOMAKE([foreign -Wall -Werror])
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
diff --git a/vppctl/vppctl b/vppctl/vppctl
deleted file mode 100755
index b789493f2be..00000000000
--- a/vppctl/vppctl
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-echo exec ${@} | vpe_api_test | sed 's/vat# //g'