aboutsummaryrefslogtreecommitdiffstats
path: root/init/systemd/Makefile.am
blob: bdbf502e4e8de9725ddf1c67a5181fc87ae1535b (plain)
1
2
3
4
5
6
7
8
9
10
11

EXTRA_DIST = strongswan.service.in
CLEANFILES = strongswan.service

systemdsystemunit_DATA = strongswan.service

strongswan.service : strongswan.service.in
	sed \
	-e "s:@SBINDIR@:$(sbindir):" \
	-e "s:@IPSEC_SCRIPT@:$(ipsec_script):" \
	$(srcdir)/$@.in > $@