Also rename the man page and adjust all references in the script, the man page and other files. Closes #194.
12 lines
260 B
Makefile
12 lines
260 B
Makefile
|
|
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 > $@
|