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>
@@ -20,9 +20,15 @@
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
+# Copyright 2017 Nexenta Systems, Inc. All rights reserved.
#
include ../Makefile.smbsrv
+
+CLOBBERFILES += common/fksmb_dt.h
+all: install_h
+install_h: common/fksmb_dt.h
+common/fksmb_dt.h : common/fksmb_dt.d
+ $(DTRACE) -xnolibs -h -o $@ -s common/fksmb_dt.d