Print this page
3352 would like 64bit install libraries

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libinstzones/Makefile
          +++ new/usr/src/lib/libinstzones/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  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  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
       23 +# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  23   24  # Use is subject to license terms.
  24   25  #
  25   26  
  26   27  
  27   28  # include library definitions
  28   29  include $(SRC)/lib/Makefile.lib
  29   30  
  30   31  HDRS =          instzones_api.h
  31   32  HDRDIR =        hdrs
  32   33  
  33   34  
  34   35  SUBDIRS =       $(MACH) 
       36 +$(BUILD64)SUBDIRS += $(MACH64)
  35   37  
  36   38  all :=          TARGET = all
  37   39  install :=      TARGET = install
  38   40  clean :=        TARGET = clean
  39   41  clobber :=      TARGET = clobber
  40   42  _msg :=         TARGET = _msg
  41   43  lint :=         TARGET = lint
  42   44  
  43   45  
  44   46  .KEEP_STATE:
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX