Print this page
12310 Add demangle(1) command
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2018 Nexenta Systems, Inc.
  15 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.

  17 #
  18 
  19 include         $(SRC)/Makefile.master
  20 
  21 MANSECT=        1
  22 
  23 MANFILES=       acctcom.1                       \
  24                 adb.1                           \
  25                 addbib.1                        \
  26                 alias.1                         \
  27                 allocate.1                      \
  28                 amt.1                           \
  29                 appcert.1                       \
  30                 apptrace.1                      \
  31                 apropos.1                       \
  32                 ar.1                            \
  33                 arch.1                          \
  34                 asa.1                           \
  35                 at.1                            \
  36                 atq.1                           \


  77                 command.1                       \
  78                 compress.1                      \
  79                 cp.1                            \
  80                 cpio.1                          \
  81                 cputrack.1                      \
  82                 crle.1                          \
  83                 crontab.1                       \
  84                 crypt.1                         \
  85                 csh.1                           \
  86                 csplit.1                        \
  87                 ctags.1                         \
  88                 ctfdiff.1                       \
  89                 ctfdump.1                       \
  90                 ctrun.1                         \
  91                 ctstat.1                        \
  92                 ctwatch.1                       \
  93                 cut.1                           \
  94                 date.1                          \
  95                 dc.1                            \
  96                 deallocate.1                    \

  97                 deroff.1                        \
  98                 dhcpinfo.1                      \
  99                 diff.1                          \
 100                 diff3.1                         \
 101                 diffmk.1                        \
 102                 digest.1                        \
 103                 dircmp.1                        \
 104                 dis.1                           \
 105                 disown.1                        \
 106                 dispgid.1                       \
 107                 dispuid.1                       \
 108                 dos2unix.1                      \
 109                 download.1                      \
 110                 dpost.1                         \
 111                 du.1                            \
 112                 dump.1                          \
 113                 dumpcs.1                        \
 114                 echo.1                          \
 115                 ed.1                            \
 116                 eject.1                         \


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2018 Nexenta Systems, Inc.
  15 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  17 # Copyright 2020 Joyent, Inc.
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        1
  23 
  24 MANFILES=       acctcom.1                       \
  25                 adb.1                           \
  26                 addbib.1                        \
  27                 alias.1                         \
  28                 allocate.1                      \
  29                 amt.1                           \
  30                 appcert.1                       \
  31                 apptrace.1                      \
  32                 apropos.1                       \
  33                 ar.1                            \
  34                 arch.1                          \
  35                 asa.1                           \
  36                 at.1                            \
  37                 atq.1                           \


  78                 command.1                       \
  79                 compress.1                      \
  80                 cp.1                            \
  81                 cpio.1                          \
  82                 cputrack.1                      \
  83                 crle.1                          \
  84                 crontab.1                       \
  85                 crypt.1                         \
  86                 csh.1                           \
  87                 csplit.1                        \
  88                 ctags.1                         \
  89                 ctfdiff.1                       \
  90                 ctfdump.1                       \
  91                 ctrun.1                         \
  92                 ctstat.1                        \
  93                 ctwatch.1                       \
  94                 cut.1                           \
  95                 date.1                          \
  96                 dc.1                            \
  97                 deallocate.1                    \
  98                 demangle.1                      \
  99                 deroff.1                        \
 100                 dhcpinfo.1                      \
 101                 diff.1                          \
 102                 diff3.1                         \
 103                 diffmk.1                        \
 104                 digest.1                        \
 105                 dircmp.1                        \
 106                 dis.1                           \
 107                 disown.1                        \
 108                 dispgid.1                       \
 109                 dispuid.1                       \
 110                 dos2unix.1                      \
 111                 download.1                      \
 112                 dpost.1                         \
 113                 du.1                            \
 114                 dump.1                          \
 115                 dumpcs.1                        \
 116                 echo.1                          \
 117                 ed.1                            \
 118                 eject.1                         \