blob: 6349be1fab8737b91439236ec76cebd108d28fb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS=
if WITH_OPENVPN
SUBDIRS += openvpn
endif
if WITH_VPNC
SUBDIRS += vpnc
endif
if WITH_STRONGSWAN
SUBDIRS += strongswan
endif
if WITH_PPTP
SUBDIRS += pptp
endif
|