mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-03 00:01:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
man_MANS =
 | 
						|
 | 
						|
if USE_FILE_CONFIG
 | 
						|
  man_MANS += \
 | 
						|
	ipsec.conf.5 \
 | 
						|
	ipsec.secrets.5
 | 
						|
endif
 | 
						|
 | 
						|
CLEANFILES = $(man_MANS)
 |