Annotation of embedaddon/strongswan/init/systemd-starter/Makefile.am, revision 1.1

1.1     ! misho       1: 
        !             2: EXTRA_DIST = strongswan-starter.service.in
        !             3: CLEANFILES = strongswan-starter.service
        !             4: 
        !             5: systemdsystemunit_DATA = strongswan-starter.service
        !             6: 
        !             7: strongswan-starter.service : strongswan-starter.service.in
        !             8:        $(AM_V_GEN) \
        !             9:        sed \
        !            10:        -e "s:@SBINDIR@:$(sbindir):" \
        !            11:        -e "s:@IPSEC_SCRIPT@:$(ipsec_script):" \
        !            12:        $(srcdir)/$@.in > $@

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>