patch-1.3.31 linux/net/ipv4/Makefile
Next file: linux/net/ipv4/icmp.c
Previous file: linux/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Oct 4 08:22:36 1995
- Orig file:
v1.3.30/linux/net/ipv4/Makefile
- Orig date:
Wed Sep 27 16:00:01 1995
diff -u --recursive --new-file v1.3.30/linux/net/ipv4/Makefile linux/net/ipv4/Makefile
@@ -17,8 +17,10 @@
ifeq ($(CONFIG_INET_RARP),y)
IPV4_OBJS += rarp.o
-elifeq ($(CONFIG_INET_RARP),m)
-M_OBJS += rarp.o
+else
+ ifeq ($(CONFIG_INET_RARP),m)
+ M_OBJS += rarp.o
+ endif
endif
ifeq ($(CONFIG_NET_IPIP),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this