mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
17 lines
178 B
Makefile
17 lines
178 B
Makefile
|
|
SUBDIRS =
|
|
|
|
if USE_LEGACY_SYSTEMD
|
|
if USE_FILE_CONFIG
|
|
if USE_CHARON
|
|
SUBDIRS += systemd-starter
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
if USE_SYSTEMD
|
|
if USE_SWANCTL
|
|
SUBDIRS += systemd
|
|
endif
|
|
endif
|