strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added a tfc ipsec.conf keyword to control Traffic Flow Confidentiality
[strongswan.git]
/
man
/
Makefile.am
1
dist_man_MANS = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
2
EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in strongswan.conf.5.in
3
CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
4
5
SUFFIXES = .in
6
7
.in:
8
sed \
9
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
10
$(srcdir)/$@.in > $@
11