patch-2.1.10 linux/Makefile
Next file: linux/arch/alpha/defconfig
Previous file: linux/Documentation/devices.txt
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Nov 13 11:07:40 1996
- Orig file:
v2.1.9/linux/Makefile
- Orig date:
Tue Nov 12 15:56:02 1996
diff -u --recursive --new-file v2.1.9/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 9
+SUBLEVEL = 10
ARCH = i386
@@ -285,6 +285,7 @@
if [ -f BLOCK_MODULES ]; then inst_mod BLOCK_MODULES block; fi; \
if [ -f NET_MODULES ]; then inst_mod NET_MODULES net; fi; \
if [ -f IPV4_MODULES ]; then inst_mod IPV4_MODULES ipv4; fi; \
+ if [ -f IPV6_MODULES ]; then inst_mod IPV6_MODULES ipv6; fi; \
if [ -f SCSI_MODULES ]; then inst_mod SCSI_MODULES scsi; fi; \
if [ -f FS_MODULES ]; then inst_mod FS_MODULES fs; fi; \
if [ -f CDROM_MODULES ]; then inst_mod CDROM_MODULES cdrom; fi; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov