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
conf: Fix documentation for leak detective's usage thresholds
[strongswan.git]
/
src
/
_updown
/
Makefile.am
1
ipsec_SCRIPTS = _updown
2
CLEANFILES = _updown
3
EXTRA_DIST = _updown.in
4
5
_updown : _updown.in
6
$(AM_V_GEN) \
7
sed \
8
-e "s:\@sbindir\@:$(sbindir):" \
9
-e "s:\@routing_table\@:$(routing_table):" \
10
-e "s:\@routing_table_prio\@:$(routing_table_prio):" \
11
$(srcdir)/$@.in > $@
12
chmod +x $@