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

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

systemdsystemunit_DATA = strongswan.service

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