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)
|