mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-01-03 01:05:50 +00:00
add a config template for the Makefile, and remove some unused variables
This commit is contained in:
parent
76545db413
commit
1740dfbd66
1
Makefile
1
Makefile
@ -11,7 +11,6 @@ bindir = $(exec_prefix)/bin
|
||||
prefix = /usr/local/
|
||||
includedir = $(prefix)/include
|
||||
libdir = $(prefix)/lib
|
||||
syslibdir = /lib
|
||||
|
||||
SRCS = $(sort $(wildcard src/*.c))
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
11
dist/config.mak
vendored
Normal file
11
dist/config.mak
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
### 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
|
||||
|
Loading…
Reference in New Issue
Block a user