home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / fs / cifs / Makefile
Encoding:
Makefile  |  2006-08-11  |  306 b   |  7 lines

  1. #
  2. # Makefile for Linux CIFS VFS client 
  3. #
  4. obj-$(CONFIG_CIFS) += cifs.o
  5.  
  6. cifs-objs := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o fcntl.o readdir.o ioctl.o ntlmssp.o
  7.