summaryrefslogtreecommitdiff
path: root/init/Makefile.am
blob: a72706c9922950775e304382db94b38c6a310ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

SUBDIRS =

if USE_LEGACY_SYSTEMD
  SUBDIRS += systemd
endif

if USE_SYSTEMD
if USE_SWANCTL
  SUBDIRS += systemd-swanctl
endif
endif