]> git.ipfire.org Git - thirdparty/strongswan.git/blob - man/Makefile.am
kernel-pfroute: Make time that is waited for VIPs to appear configurable
[thirdparty/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 $(AM_V_GEN) \
9 sed \
10 -e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
11 -e "s:@DEV_URANDOM@:$(urandom_device):" \
12 -e "s:@DEV_RANDOM@:$(random_device):" \
13 $(srcdir)/$@.in > $@