diff options
author | Martin Willi <martin@strongswan.org> | 2008-04-18 12:52:47 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-04-18 12:52:47 +0000 |
commit | 66bb16b0337e326fe9403e65549b0846fd1becaf (patch) | |
tree | 668856fba6aeb5532b6ceb6906ac35931c299ebd /src/starter | |
parent | bb2a529870342b7d95508357402c202cf96b1be7 (diff) | |
download | strongswan-66bb16b0337e326fe9403e65549b0846fd1becaf.tar.bz2 strongswan-66bb16b0337e326fe9403e65549b0846fd1becaf.tar.xz |
shipping a default strongswan.conf
Diffstat (limited to 'src/starter')
-rw-r--r-- | src/starter/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index f39a646c0..e3b7f0d2d 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -31,7 +31,6 @@ defs.o: $(PLUTODIR)/defs.c $(PLUTODIR)/defs.h $(COMPILE) -c -o $@ $< install-exec-local : - test -e "$(DESTDIR)${sysconfdir}" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)/ipsec.d" test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" |