patch-1.3.17 linux/Makefile
Next file: linux/drivers/block/Makefile
Previous file: linux/CREDITS
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Aug 9 09:53:53 1995
- Orig file:
v1.3.16/linux/Makefile
- Orig date:
Tue Aug 8 12:31:32 1995
diff -u --recursive --new-file v1.3.16/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 16
+SUBLEVEL = 17
ARCH = i386
@@ -214,6 +214,7 @@
}; \
\
if [ -f NET_MODULES ]; then inst_mod NET_MODULES net; fi; \
+ if [ -f IPV4_MODULES ]; then inst_mod IPV4_MODULES ipv4; fi; \
if [ -f SCSI_MODULES ]; then inst_mod SCSI_MODULES scsi; fi; \
if [ -f FS_MODULES ]; then inst_mod FS_MODULES fs; fi; \
\
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