Print this page
8982 Support building with OpenSSL 1.1

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  26   26  # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  27   27  # Copyright 2015 Gary Mills
  28   28  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  29   29  # Copyright 2016 Toomas Soome <tsoome@me.com>
  30   30  # Copyright 2017 Joyent, Inc.
       31 +# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
  31   32  #
  32   33  
  33   34  #
  34   35  # Makefile.master, global definitions for system source
  35   36  #
  36   37  ROOT=           /proto
  37   38  
  38   39  #
  39   40  # Adjunct root, containing an additional proto area to be used for headers
  40   41  # and libraries.
↓ open down ↓ 170 lines elided ↑ open up ↑
 211  212  ELFEDIT=        /usr/bin/elfedit
 212  213  DTRACE=         /usr/sbin/dtrace -xnolibs
 213  214  UNIQ=           /usr/bin/uniq
 214  215  TAR=            /usr/bin/tar
 215  216  ASTBINDIR=      /usr/ast/bin
 216  217  MSGCC=          $(ASTBINDIR)/msgcc
 217  218  MSGFMT=         /usr/bin/msgfmt -s
 218  219  LCDEF=          $(ONBLD_TOOLS)/bin/$(MACH)/localedef
 219  220  TIC=            $(ONBLD_TOOLS)/bin/$(MACH)/tic
 220  221  ZIC=            $(ONBLD_TOOLS)/bin/$(MACH)/zic
      222 +OPENSSL=        /usr/bin/openssl
 221  223  
 222  224  FILEMODE=       644
 223  225  DIRMODE=        755
 224  226  
 225  227  # Declare that nothing should be built in parallel.
 226  228  # Individual Makefiles can use the .PARALLEL target to declare otherwise.
 227  229  .NO_PARALLEL:
 228  230  
 229  231  # For stylistic checks
 230  232  #
↓ open down ↓ 984 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX