Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libkrb5/Makefile
          +++ new/usr/src/lib/libkrb5/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  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   23  # Use is subject to license terms.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  include         ../Makefile.lib
  27   28  
  28      -SUBDIRS =       $(MACH) $(BUILD64) $(MACH64)
       29 +SUBDIRS =       $(MACH)
       30 +$(BUILD64)SUBDIRS += $(MACH64)
  29   31  
  30   32  INSTALLED_HDRS = \
  31   33                  com_err.h krb5.h
  32   34  COMERRH =       $(SRC)/lib/gss_mechs/mech_krb5/include/com_err.h
  33   35  KRB5H =         $(SRC)/uts/common/gssapi/mechs/krb5/include/krb5.h
  34   36  
  35   37  KRB5INCDIR=     $(ROOT)/usr/include/kerberosv5
  36   38  
  37   39  COMERRHINST =   $(KRB5INCDIR)/com_err.h
  38   40  KRB5HINST =     $(KRB5INCDIR)/krb5.h
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX