Print this page
11226 Remove NetraCT support

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun/sys/Makefile
          +++ new/usr/src/uts/sun/sys/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  #
  23   23  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright 2019 Peter Tribble.
  25   26  #
  26   27  # include global definitions
  27   28  include ../../../Makefile.master
  28   29  
  29   30  HDRS=  \
  30   31  avintr.h \
  31   32  bootconf.h \
  32   33  dkmpio.h                \
  33   34  fdreg.h                 fdvar.h \
  34   35  obpdefs.h               \
  35   36  promif.h                promimpl.h \
  36   37  ser_async.h             ser_zscc.h \
  37   38  socalio.h               socalreg.h \
  38   39  socal_cq_defs.h         socalmap.h              socalvar.h \
  39      -ttymux.h                ttymuxuser.h \
  40   40  zsdev.h
  41   41  
  42   42  SCSIADHDRS= \
  43   43  fascmd.h        fasdma.h \
  44   44  fasreg.h        fasvar.h        ifpio.h         sfvar.h
  45   45  
  46   46  SCSITARGHDRS= \
  47   47  
  48   48  ROOTDIR=        $(ROOT)/usr/include/sys
  49   49  ROOTDIRS=       $(ROOTDIR) \
↓ open down ↓ 46 lines elided ↑ open up ↑
  96   96  # fix cpp.  (Also, /* CSTYLED */ doesn't seem to fix this.
  97   97  #
  98   98  devops.check    := CSTYLE_TAIL = | grep -v "line > 80 characters" | true
  99   99  
 100  100  .KEEP_STATE:
 101  101  
 102  102  .PARALLEL:      $(CHECKHDRS) $(ROOTHDRS) $(ROOTAUDHDRS) $(ROOTAUDIMPLHDRS) \
 103  103                  $(ROOTSCSIADHDRS) $(ROOTSCSITARGHDRS) $(ROOTXHDRS) \
 104  104                  $(ROOTFCHDRS)
 105  105  
 106      -install_h:      $(ROOTDIRS) .WAIT $(ROOTHDRS) \
      106 +install_h:      $(ROOTDIRS) .WAIT $(ROOTHDRS) \
 107  107                  $(ROOTAUDHDRS) $(ROOTAUDIMPLHDRS) \
 108  108                  $(ROOTSCSIADHDRS) $(ROOTSCSITARGHDRS) $(ROOTFCHDRS)
 109  109  
 110  110  $(ROOTDIRS):
 111  111          $(INS.dir)
 112  112  
 113  113  check:  $(CHECKHDRS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX