patch-2.1.44 linux/net/ipv4/Makefile
Next file: linux/net/ipv4/raw.c
Previous file: linux/net/ipv4/Config.in
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Jun 26 12:33:41 1997
- Orig file:
v2.1.43/linux/net/ipv4/Makefile
- Orig date:
Thu Mar 27 14:40:15 1997
diff -u --recursive --new-file v2.1.43/linux/net/ipv4/Makefile linux/net/ipv4/Makefile
@@ -52,6 +52,11 @@
endif
endif
+ifeq ($(CONFIG_SYN_COOKIES),y)
+IPV4_OBJS += syncookies.o
+# module not supported, because it would be too messy.
+endif
+
ifdef CONFIG_INET
O_OBJS := $(IPV4_OBJS)
OX_OBJS := $(IPV4X_OBJS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov