mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-03 00:01:15 -05:00 
			
		
		
		
	Use strongswan-starter for the legacy unit and simply strongswan for the modern one (strongswan-swanctl is configured as alias, which should cause the installation of symlinks when the service is enabled via systemctl).
		
			
				
	
	
		
			15 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
SUBDIRS =
 | 
						|
 | 
						|
if USE_LEGACY_SYSTEMD
 | 
						|
if USE_CHARON
 | 
						|
  SUBDIRS += systemd-starter
 | 
						|
endif
 | 
						|
endif
 | 
						|
 | 
						|
if USE_SYSTEMD
 | 
						|
if USE_SWANCTL
 | 
						|
  SUBDIRS += systemd
 | 
						|
endif
 | 
						|
endif
 |