summaryrefslogtreecommitdiffhomepage
path: root/343.netcat.vars
diff options
context:
space:
mode:
Diffstat (limited to '343.netcat.vars')
-rw-r--r--343.netcat.vars10
1 files changed, 0 insertions, 10 deletions
diff --git a/343.netcat.vars b/343.netcat.vars
deleted file mode 100644
index e9bd7e18..00000000
--- a/343.netcat.vars
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-pkg_netcat_install() {
- tar -cpf - nc |\
- tar -C ${PREFIX_LVL}/bin -xpf -;
-};
-
-# vim:filetype=sh