Print this page
12310 Add demangle(1) command

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright (c) 2019, Joyent, Inc.
       24 +# Copyright 2019 Joyent, Inc.
  25   25  # Copyright (c) 2012, 2015 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright 2016 Toomas Soome <tsoome@me.com>
  29   29  # Copyright 2018 Nexenta Systems, Inc.
  30   30  # Copyright 2018 Gary Mills
  31   31  # Copyright 2019 Peter Tribble
  32   32  #
  33   33  
  34   34  include ../Makefile.master
↓ open down ↓ 76 lines elided ↑ open up ↑
 111  111          ctfdiff         \
 112  112          ctfdump         \
 113  113          ctfmerge        \
 114  114          ctrun           \
 115  115          ctstat          \
 116  116          ctwatch         \
 117  117          datadm          \
 118  118          date            \
 119  119          dc              \
 120  120          dd              \
      121 +        demangle        \
 121  122          deroff          \
 122  123          devfsadm        \
 123  124          syseventd       \
 124  125          devctl          \
 125  126          devinfo         \
 126  127          devmgmt         \
 127  128          devprop         \
 128  129          dfs.cmds        \
 129  130          diff            \
 130  131          diff3           \
↓ open down ↓ 721 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX