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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smb/Makefile
          +++ new/usr/src/uts/common/smb/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   25  #
  25   26  
  26   27  include ../../../Makefile.master
  27   28  
  28   29  HDRS=   \
  29   30          doserror.h              \
  30   31          lmerr.h                 \
  31   32          nterror.h               \
  32      -        ntstatus.h
       33 +        ntstatus.h              \
       34 +        wintypes.h
  33   35  
  34   36  
  35   37  ROOTDIR= $(ROOT)/usr/include/smb
  36   38  ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
  37   39  CHECKHDRS= $(HDRS:%.h=%.check)
  38   40  
  39   41  $(ROOTDIR)/%: %
  40   42          $(INS.file)
  41   43  
  42   44  $(ROOTDIR):
  43   45          $(INS.dir)
  44   46  
  45   47  .KEEP_STATE:
  46   48  
  47   49  .PARALLEL: $(CHECKHDRS)
  48   50  
  49   51  install_h: $(ROOTDIR) $(ROOTHDRS)
  50   52  
  51   53  check: $(CHECKHDRS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX