strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
init: Make sure basic networking is up in systemd unit
[strongswan.git]
/
init
/
Makefile.am
1
2
SUBDIRS =
3
4
if USE_LEGACY_SYSTEMD
5
if USE_CHARON
6
SUBDIRS += systemd
7
endif
8
endif
9
10
if USE_SYSTEMD
11
if USE_SWANCTL
12
SUBDIRS += systemd-swanctl
13
endif
14
endif