File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / init / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:49 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: 
    2: SUBDIRS =
    3: 
    4: if USE_LEGACY_SYSTEMD
    5: if USE_CHARON
    6:   SUBDIRS += systemd-starter
    7: endif
    8: endif
    9: 
   10: if USE_SYSTEMD
   11: if USE_SWANCTL
   12:   SUBDIRS += systemd
   13: endif
   14: endif

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