mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
### 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
 | 
						|
 |