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>
NEX-5158 backport illumos 6347 microfind is somewhat less than ideal
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
6347 microfind is somewhat less than ideal
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Approved by: Garrett D'Amore <garrett@damore.org>
NEX-5157 backport illumos 5837 libdtrace audit library build missing LDLIBS
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
5837 libdtrace audit library build missing LDLIBS
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Approved by: Garrett D'Amore <garrett@damore.org>
re #13842 make clobber leaves trash


  78 LIBDAUDITSRCS = dlink_audit.c dlink_common.c
  79 LIBDAUDITOBJS = $(LIBDAUDITSRCS:%.c=pics/%.o)
  80 LIBDAUDIT = libdtrace_forceload.so
  81 
  82 DLINKSRCS = dlink_common.c dlink_init.c dlink_audit.c
  83 
  84 DLIBSRCS += \
  85         errno.d \
  86         fc.d \
  87         io.d \
  88         ip.d \
  89         iscsit.d \
  90         net.d \
  91         nfs.d \
  92         nfssrv.d \
  93         procfs.d \
  94         regs.d \
  95         sched.d \
  96         signal.d \
  97         scsi.d \

  98         srp.d \
  99         sysevent.d \
 100         tcp.d \
 101         udp.d \
 102         unistd.d
 103 
 104 include ../../Makefile.lib
 105 
 106 SRCS = $(LIBSRCS:%.c=../common/%.c) $(LIBISASRCS:%.c=../$(MACH)/%.c) 
 107 LIBS = $(DYNLIB) $(LINTLIB)
 108 
 109 SRCDIR = ../common
 110 
 111 CLEANFILES += dt_lex.c dt_grammar.c dt_grammar.h y.output
 112 CLEANFILES += ../common/procfs.sed ../common/procfs.d
 113 CLEANFILES += ../common/io.sed ../common/io.d
 114 CLEANFILES += ../common/ip.sed ../common/ip.d
 115 CLEANFILES += ../common/net.sed ../common/net.d
 116 CLEANFILES += ../common/errno.d ../common/signal.d
 117 CLEANFILES += ../common/dt_errtags.c ../common/dt_names.c




  78 LIBDAUDITSRCS = dlink_audit.c dlink_common.c
  79 LIBDAUDITOBJS = $(LIBDAUDITSRCS:%.c=pics/%.o)
  80 LIBDAUDIT = libdtrace_forceload.so
  81 
  82 DLINKSRCS = dlink_common.c dlink_init.c dlink_audit.c
  83 
  84 DLIBSRCS += \
  85         errno.d \
  86         fc.d \
  87         io.d \
  88         ip.d \
  89         iscsit.d \
  90         net.d \
  91         nfs.d \
  92         nfssrv.d \
  93         procfs.d \
  94         regs.d \
  95         sched.d \
  96         signal.d \
  97         scsi.d \
  98         smb.d \
  99         srp.d \
 100         sysevent.d \
 101         tcp.d \
 102         udp.d \
 103         unistd.d
 104 
 105 include ../../Makefile.lib
 106 
 107 SRCS = $(LIBSRCS:%.c=../common/%.c) $(LIBISASRCS:%.c=../$(MACH)/%.c) 
 108 LIBS = $(DYNLIB) $(LINTLIB)
 109 
 110 SRCDIR = ../common
 111 
 112 CLEANFILES += dt_lex.c dt_grammar.c dt_grammar.h y.output
 113 CLEANFILES += ../common/procfs.sed ../common/procfs.d
 114 CLEANFILES += ../common/io.sed ../common/io.d
 115 CLEANFILES += ../common/ip.sed ../common/ip.d
 116 CLEANFILES += ../common/net.sed ../common/net.d
 117 CLEANFILES += ../common/errno.d ../common/signal.d
 118 CLEANFILES += ../common/dt_errtags.c ../common/dt_names.c