Print this page
1575 untangle libmlrpc ... (smbsrv)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/Makefile
          +++ new/usr/src/uts/common/smbsrv/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  include ../../../Makefile.master
  27   27  
  28   28  HDRS=   alloc.h                 \
  29   29          cp_unicode.h            \
  30   30          cp_usascii.h            \
  31   31          hash_table.h            \
  32   32          mac_cifs.h              \
  33   33          mailslot.h              \
  34   34          mbuf.h                  \
  35   35          msgbuf.h                \
  36      -        ndr.h                   \
  37   36          netbios.h               \
  38   37          netrauth.h              \
  39   38          nmpipes.h               \
  40   39          ntaccess.h              \
  41   40          ntifs.h                 \
  42   41          ntlocale.h              \
  43   42          smb_sid.h               \
  44   43          smb.h                   \
  45   44          smb_door.h              \
  46   45          smb_dfs.h               \
↓ open down ↓ 9 lines elided ↑ open up ↑
  56   55          smb_signing.h           \
  57   56          smb_token.h             \
  58   57          smb_vops.h              \
  59   58          smb_xdr.h               \
  60   59          smbinfo.h               \
  61   60          smb2.h                  \
  62   61          smb2_kproto.h           \
  63   62          string.h                \
  64   63          svrapi.h                \
  65   64          winioctl.h              \
  66      -        winsvc.h                \
  67      -        wintypes.h
       65 +        winsvc.h
  68   66  
  69   67  NDLHDRS= dssetup.ndl            \
  70   68          eventlog.ndl            \
  71   69          llsrpc.ndl              \
  72   70          lsarpc.ndl              \
  73   71          msgsvc.ndl              \
  74      -        ndrtypes.ndl            \
  75   72          netdfs.ndl              \
  76   73          netlogon.ndl            \
  77      -        rpcpdu.ndl              \
  78   74          samrpc.ndl              \
  79   75          security.ndl            \
  80   76          spoolss.ndl             \
  81   77          srvsvc.ndl              \
  82   78          svcctl.ndl              \
  83   79          winreg.ndl              \
  84   80  
  85   81  ROOTDIR= $(ROOT)/usr/include/smbsrv
  86   82  NDLDIR= $(ROOTDIR)/ndl
  87   83  ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(NDLHDRS:%=$(ROOTDIR)/ndl/%)
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX