Print this page
arcstat

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/stat/Makefile
          +++ new/usr/src/cmd/stat/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  #
  22   22  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # cmd/stat/Makefile
  26   26  #
  27   27  
  28   28  include ../Makefile.cmd
  29   29  
  30      -SUBDIRS=        iostat mpstat vmstat fsstat kstat
       30 +SUBDIRS=        arcstat iostat mpstat vmstat fsstat kstat
  31   31  
  32   32  all :=          TARGET = all
  33   33  install :=      TARGET = install
  34   34  clean :=        TARGET = clean
  35   35  clobber :=      TARGET = clobber
  36   36  lint :=         TARGET = lint
  37   37  _msg :=         TARGET = _msg
  38   38  
  39   39  .KEEP_STATE:
  40   40  
  41   41  all install lint clean clobber _msg: $(SUBDIRS)
  42   42  
  43   43  $(SUBDIRS): FRC
  44   44          @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
  45   45  
  46   46  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX