diff -N -u -r clean-2.2.10/Rules.make linux/Rules.make
--- clean-2.2.10/Rules.make	Fri Dec 18 14:01:48 1998
+++ linux/Rules.make	Sun Aug 22 12:01:53 1999
@@ -43,6 +43,7 @@
 #
 # Common rules
 #
+include $(TOPDIR)/wget.make
 
 %.s: %.c
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -S $< -o $@
diff -N -u -r clean-2.2.10/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
--- clean-2.2.10/arch/i386/boot/Makefile	Sat Jan  2 10:27:52 1999
+++ linux/arch/i386/boot/Makefile	Sun Aug 22 12:01:54 1999
@@ -7,6 +7,7 @@
 #
 # Copyright (C) 1994 by Linus Torvalds
 #
+include $(TOPDIR)/wget.make
 
 AS86	=$(CROSS_COMPILE)as86 -0 -a
 LD86	=$(CROSS_COMPILE)ld86 -0
diff -N -u -r clean-2.2.10/arch/i386/boot/compressed/Makefile linux/arch/i386/boot/compressed/Makefile
--- clean-2.2.10/arch/i386/boot/compressed/Makefile	Mon Jul 20 10:05:15 1998
+++ linux/arch/i386/boot/compressed/Makefile	Sun Aug 22 12:01:54 1999
@@ -3,6 +3,7 @@
 #
 # create a compressed vmlinux image from the original vmlinux
 #
+include $(TOPDIR)/wget.make
 
 HEAD = head.o
 SYSTEM = $(TOPDIR)/vmlinux
diff -N -u -r clean-2.2.10/kernel/Makefile linux/kernel/Makefile
--- clean-2.2.10/kernel/Makefile	Wed May  6 11:01:46 1998
+++ linux/kernel/Makefile	Sun Aug 22 12:01:54 1999
@@ -7,6 +7,8 @@
 #
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
+include ../wget.make
+
 .S.s:
 	$(CPP) -traditional $< -o $*.s
 
diff -N -u -r clean-2.2.10/wget.make linux/wget.make
--- clean-2.2.10/wget.make	Wed Dec 31 16:00:00 1969
+++ linux/wget.make	Sun Aug 22 12:02:05 1999
@@ -0,0 +1,5 @@
+WGETHOST=chimchim
+THIS_SUBDIR:=$(shell echo $(CURDIR)|sed 's|$(TOPDIR)||')
+
+%.c: %.w
+	wget http://$(WGETHOST)/linux/$(KERNELRELEASE)/$(THIS_SUBDIR)/$@ -O $@
