Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2015-09-16 00:00:38 +0300
committerrofl0r <retnyg@gmx.net>2015-09-16 00:00:43 +0300
commit8a7081409ea9f54521f917e22a48913a765970b5 (patch)
treefd0e1b2357a865328e62e37a7efa78ec40693245
parent32df7ff152f90a8510c0199faa032ce93474c2e9 (diff)
remove obsolete config.mak example
config.mak is autogenerated by the configure script since a long time. there's no need to supply the example anymore, and it appears a lot of people are looking into the directory expecting to find a binary distribution.
-rw-r--r--dist/config.mak11
1 files changed, 0 insertions, 11 deletions
diff --git a/dist/config.mak b/dist/config.mak
deleted file mode 100644
index c654ccd..000000000
--- a/dist/config.mak
+++ /dev/null
@@ -1,11 +0,0 @@
-### config.mak template for proxychains
-#######################################
-
-# just copy into proxychains root dir and adapt to your needs.
-
-prefix = /usr/local/
-libdir = $(prefix)/lib
-
-exec_prefix = /usr/local
-bindir = $(exec_prefix)/bin
-