man: Skip installation of ipsec.conf/secrets manpages when not building starter

This commit is contained in:
Martin Willi 2014-09-11 15:56:03 +02:00
parent a3d03b4c71
commit c59fad9dbd
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
man_MANS = \
man_MANS =
if USE_FILE_CONFIG
man_MANS += \
ipsec.conf.5 \
ipsec.secrets.5
endif
CLEANFILES = $(man_MANS)