mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-03 00:01:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
SUBDIRS =
 | 
						|
 | 
						|
if USE_LEGACY_SYSTEMD
 | 
						|
  SUBDIRS += systemd
 | 
						|
endif
 | 
						|
 | 
						|
if USE_SYSTEMD
 | 
						|
if USE_SWANCTL
 | 
						|
  SUBDIRS += systemd-swanctl
 | 
						|
endif
 | 
						|
endif
 |