Print this page
    
NEX-9559 remove nza-closed cruft
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
re #11781 rb3701 Update man related tools (add missed files)
re #11781 rb3701 Update man related tools
--HG--
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE => usr/src/cmd/man/THIRDPARTYLICENSE
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE.descrip => usr/src/cmd/man/THIRDPARTYLICENSE.descrip
rename : usr/src/cmd/man/src/man.c => usr/src/cmd/man/man.c
Adding AoE support to nza-kernel
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/man/Makefile
          +++ new/usr/src/man/Makefile
   1    1  #
   2    2  # This file and its contents are supplied under the terms of the
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
  15   15  # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  16   16  #
  17   17  
  18   18  SUBDIRS=        man1            \
  19   19                  man1b           \
  20   20                  man1c           \
  21   21                  man1has         \
  22   22                  man1m           \
  23   23                  man1s           \
  24   24                  man2            \
  25   25                  man3            \
  26   26                  man3avl         \
  27   27                  man3bsm         \
  28   28                  man3c           \
  29   29                  man3c_db        \
  30   30                  man3cfgadm      \
  31   31                  man3commputil   \
  32   32                  man3contract    \
  33   33                  man3cpc         \
  34   34                  man3curses      \
  35   35                  man3dat         \
  36   36                  man3devid       \
  37   37                  man3devinfo     \
  38   38                  man3dlpi        \
  39   39                  man3dns_sd      \
  40   40                  man3elf         \
  41   41                  man3exacct      \
  42   42                  man3ext         \
  43   43                  man3fcoe        \
  44   44                  man3fstyp       \
  45   45                  man3gen         \
  46   46                  man3gss         \
  47   47                  man3head        \
  48   48                  man3iscsit      \
  49   49                  man3kstat       \
  50   50                  man3kvm         \
  51   51                  man3ldap        \
  52   52                  man3lgrp        \
  53   53                  man3lib         \
  54   54                  man3m           \
  55   55                  man3mail        \
  56   56                  man3malloc      \
  57   57                  man3mp          \
  58   58                  man3mpapi       \
  59   59                  man3mvec        \
  60   60                  man3nsl         \
  61   61                  man3nvpair      \
  62   62                  man3pam         \
  63   63                  man3ofmt        \
  64   64                  man3papi        \
  65   65                  man3perl        \
  66   66                  man3picl        \
  67   67                  man3picltree    \
  68   68                  man3pool        \
  69   69                  man3proc        \
  70   70                  man3project     \
  71   71                  man3resolv      \
  72   72                  man3rpc         \
  73   73                  man3rsm         \
  74   74                  man3sasl        \
  75   75                  man3scf         \
  76   76                  man3sec         \
  77   77                  man3secdb       \
  78   78                  man3sip         \
  79   79                  man3slp         \
  80   80                  man3socket      \
  81   81                  man3stmf        \
  82   82                  man3sysevent    \
  83   83                  man3tecla       \
  84   84                  man3tnf         \
  85   85                  man3tsol        \
  86   86                  man3uuid        \
  87   87                  man3volmgt      \
  88   88                  man3xcurses     \
  89   89                  man3xnet        \
  90   90                  man4            \
  91   91                  man5            \
  92   92                  man7            \
  93   93                  man7d           \
  94   94                  man7fs          \
  95   95                  man7i           \
  96   96                  man7ipp         \
  97   97                  man7m           \
  
    | 
      ↓ open down ↓ | 
    97 lines elided | 
    
      ↑ open up ↑ | 
  
  98   98                  man7p           \
  99   99                  man9            \
 100  100                  man9e           \
 101  101                  man9f           \
 102  102                  man9p           \
 103  103                  man9s
 104  104  
 105  105  .PARALLEL: $(SUBDIRS)
 106  106  
 107  107  all             := TARGET = all
      108 +check           := TARGET = check
 108  109  clean           := TARGET = clean
 109  110  clobber         := TARGET = clobber
 110  111  install         := TARGET = install
 111  112  check           := TARGET = check
 112  113  
 113  114  all check clean clobber install: $(SUBDIRS)
 114  115  
 115  116  $(SUBDIRS):     FRC
 116  117          @cd $@; pwd; $(MAKE) $(TARGET)
 117  118  
 118  119  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX