mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
13 lines
133 B
Makefile
13 lines
133 B
Makefile
|
|
SUBDIRS =
|
|
|
|
if USE_LEGACY_SYSTEMD
|
|
SUBDIRS += systemd
|
|
endif
|
|
|
|
if USE_SYSTEMD
|
|
if USE_SWANCTL
|
|
SUBDIRS += systemd-swanctl
|
|
endif
|
|
endif
|