patch-1.3.53 linux/fs/Makefile
Next file: linux/fs/ext2/file.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
-  Lines: 25
 -  Date:
Tue Jan  2 14:18:43 1996
 -  Orig file: 
v1.3.52/linux/fs/Makefile
 -  Orig date: 
Wed Dec 27 09:12:13 1995
 
diff -u --recursive --new-file v1.3.52/linux/fs/Makefile linux/fs/Makefile
@@ -16,7 +16,8 @@
 		dcache.o $(BINFMTS) 
 
 MOD_LIST_NAME := FS_MODULES
-ALL_SUB_DIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv smbfs
+ALL_SUB_DIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv \
+		smbfs ncpfs
 
 ifeq ($(CONFIG_QUOTA),y)
 O_OBJS += dquot.o
@@ -105,6 +106,14 @@
 else
   ifeq ($(CONFIG_SMB_FS),m)
   MOD_SUB_DIRS += smbfs
+  endif
+endif
+
+ifeq ($(CONFIG_NCP_FS),y)
+SUB_DIRS += ncpfs
+else
+  ifeq ($(CONFIG_NCP_FS),m)
+  MOD_SUB_DIRS += ncpfs
   endif
 endif
 
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