mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-04 00:00:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			275 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			275 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
EXTRA_DIST = strongswan.service.in
 | 
						|
CLEANFILES = strongswan.service
 | 
						|
 | 
						|
systemdsystemunit_DATA = strongswan.service
 | 
						|
 | 
						|
strongswan.service : strongswan.service.in
 | 
						|
	$(AM_V_GEN) \
 | 
						|
	sed \
 | 
						|
	-e "s:@SBINDIR@:$(sbindir):" \
 | 
						|
	-e "s:@IPSEC_SCRIPT@:$(ipsec_script):" \
 | 
						|
	$(srcdir)/$@.in > $@
 |