mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 19:30:49 +00:00 
			
		
		
		
	This commit moves the include statement to the bottom of the file to ensure that all variables are set before conditionals are evaluated. I also changed the ifndef NETWORK to ifdef NETWORK as the former was incorrect. We want `NET_OPTS="--network=none"` in cases where NETWORK is not defined. Fixes: #2134 Signed-off-by: Dave Tucker <dt@docker.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			49 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			49 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| IMAGE=sysctl
 | |
| DEPS=main.go
 | |
| 
 | |
| include ../package.mk
 |