mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04: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)
|