Print this page
1427 import libssl

*** 23,32 **** --- 23,33 ---- # Copyright 2011, Richard Lowe # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. # Copyright (c) 2013 RackTop Systems. # Copyright 2013 Nexenta Systems, Inc. All rights reserved. + # Copyright 2015 Gary Mills # # # It is easier to think in terms of directory names without the ROOT macro # prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
*** 159,168 **** --- 160,171 ---- /home \ /lib \ /lib/crypto \ /lib/inet \ /lib/fm \ + /lib/openssl \ + /lib/openssl/engines \ /lib/secure \ /lib/svc \ /lib/svc/bin \ /lib/svc/capture \ /lib/svc/manifest \
*** 520,529 **** --- 523,533 ---- DIRS64= \ $($(MACH64)_DIRS64) \ /lib/$(MACH64) \ /lib/crypto/$(MACH64) \ /lib/fm/$(MACH64) \ + /lib/openssl/engines/$(MACH64) \ /lib/secure/$(MACH64) \ /usr/bin/$(MACH64) \ /usr/ccs/bin/$(MACH64) \ /usr/ccs/lib/$(MACH64) \ /usr/lib/$(MACH64) \
*** 596,605 **** --- 600,610 ---- SYM.DIRS64= \ $($(MACH)_SYM.DIRS64) \ /lib/64 \ /lib/crypto/64 \ /lib/secure/64 \ + /lib/openssl/engines/64 \ /usr/lib/64 \ /usr/lib/brand/sn1/64 \ /usr/lib/brand/solaris10/64 \ /usr/lib/elfedit/64 \ /usr/lib/libp/64 \
*** 703,712 **** --- 708,718 ---- $(BUILD64) $(ROOT)/lib/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/lib/crypto/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64) + $(BUILD64) $(ROOT)/lib/openssl/engines/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/elfedit/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/brand/solaris10/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/libp/64:= LINKDEST=$(MACH64)