Print this page
8226 nza-kernel needs to be buildable by itself

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/Makefile
          +++ new/usr/src/tools/env/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
       22 +# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  22   23  #
  23   24  
  24   25  ENVFILES= \
       26 +        nza \
  25   27          illumos
  26   28  
  27   29  include ../Makefile.tools
  28   30  
  29   31  FILEMODE= 644
  30   32  
  31   33  CLOBBERFILES= $(ENVFILES)
  32   34  
  33   35  .KEEP_STATE:
  34   36  
  35   37  all:    $(ENVFILES)
  36   38  
  37   39  install: all .WAIT $(ROOTONBLDENVFILES)
  38   40  
  39   41  clean:
  40   42  
  41   43  clobber:
  42   44  
  43   45  include ../Makefile.targ
  44   46  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX