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

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

systemdsystemunit_DATA = strongswan.service

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