blob: 9aec864930d46b0f751a2e737e347cae058c0e64 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- linux/net/Makefile.dist Mon Dec 17 12:18:26 2001
+++ linux/net/Makefile Tue Jan 22 11:10:24 2002
@@ -8,6 +8,7 @@
O_TARGET := network.o
mod-subdirs := ipv4/netfilter ipv6/netfilter ipx irda bluetooth atm netlink sched
+mod-subdirs += ipsec
export-objs := netsyms.o
subdir-y := core ethernet
|