]> git.ipfire.org Git - thirdparty/strongswan.git/blob - linux/net/Makefile.fs2_0.patch
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / linux / net / Makefile.fs2_0.patch
1 RCSID $Id: Makefile.fs2_0.patch,v 1.1 2004/03/15 20:35:26 as Exp $
2 --- linux/net/Makefile.preipsec Mon Jul 13 16:47:40 1998
3 +++ linux/net/Makefile Thu Sep 16 11:26:31 1999
4 @@ -64,6 +64,16 @@
5 endif
6 endif
7
8 +ifeq ($(CONFIG_IPSEC),y)
9 +ALL_SUB_DIRS += ipsec
10 +SUB_DIRS += ipsec
11 +else
12 + ifeq ($(CONFIG_IPSEC),m)
13 + ALL_SUB_DIRS += ipsec
14 + MOD_SUB_DIRS += ipsec
15 + endif
16 +endif
17 +
18 L_TARGET := network.a
19 L_OBJS := socket.o protocols.o sysctl_net.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))
20 ifeq ($(CONFIG_NET),y)