]> git.ipfire.org Git - people/ms/strongswan.git/blame - conf/Makefile.am
conf: Script to convert option descriptions to man page and config snippets added
[people/ms/strongswan.git] / conf / Makefile.am
CommitLineData
c75acc4c
TB
1EXTRA_DIST = strongswan.conf
2
3install-exec-local :
4 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
5 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
dee50a60 6 test -e "$(DESTDIR)${sysconfdir}/strongswan.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/strongswan.d"