Print this page
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)
        
*** 18,29 ****
  #
  # CDDL HEADER END
  #
  
  #
- # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  #
  
  #
  # cmd/fs.d/smbclnt/Makefile
  #  contains the CIFS client commands
--- 18,29 ----
  #
  # CDDL HEADER END
  #
  
  #
  # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
  #
  
  #
  # cmd/fs.d/smbclnt/Makefile
  #  contains the CIFS client commands
*** 31,41 ****
  
  include $(SRC)/Makefile.master
  
  SUBDIRS_CATALOG=        smbutil mount umount share
  SUBDIRS=                $(SUBDIRS_CATALOG) chacl lsacl \
!                         smbiod smbiod-svc svc test
  
  # for messaging catalog files
  #
  POFILES=        smbutil/smbutil_all.po mount/mount.po umount/umount.po \
                  share/share.po share/unshare.po
--- 31,41 ----
  
  include $(SRC)/Makefile.master
  
  SUBDIRS_CATALOG=        smbutil mount umount share
  SUBDIRS=                $(SUBDIRS_CATALOG) chacl lsacl \
!                         smbiod smbiod-svc svc fksmbcl
  
  # for messaging catalog files
  #
  POFILES=        smbutil/smbutil_all.po mount/mount.po umount/umount.po \
                  share/share.po share/unshare.po