Print this page
NEX-1643 dtrace provider for smbsrv
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libfksmbsrv/Makefile
          +++ new/usr/src/lib/smbsrv/libfksmbsrv/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
       25 +# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
  26   26  #
  27   27  
  28   28  include ../Makefile.smbsrv
       29 +
       30 +CLOBBERFILES +=  common/fksmb_dt.h
       31 +all: install_h
       32 +install_h: common/fksmb_dt.h
       33 +common/fksmb_dt.h : common/fksmb_dt.d
       34 +        $(DTRACE) -xnolibs -h -o $@ -s common/fksmb_dt.d
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX