Annotation of embedaddon/strongswan/init/Makefile.am, revision 1.1.1.1

1.1       misho       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>