Print this page
3352 would like 64bit install libraries

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libbe/Makefile.com
          +++ new/usr/src/lib/libbe/Makefile.com
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
       26 +# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26   27  #
  27   28  
  28   29  
  29   30  LIBRARY=        libbe.a
  30   31  VERS=           .1
  31   32  
  32   33  OBJECTS=        \
  33   34                  be_activate.o \
  34   35                  be_create.o \
  35   36                  be_list.o \
↓ open down ↓ 20 lines elided ↑ open up ↑
  56   57  CERRWARN +=     -_gcc=-Wno-address
  57   58  
  58   59  $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
  59   60  
  60   61  .KEEP_STATE:
  61   62  
  62   63  all: $(LIBS) $(LIBRARY)
  63   64  
  64   65  lint: lintcheck
  65   66  
  66      -install: $(ROOTLIBS)
  67      -
  68   67  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX