Makefile revision 5680
341N/A# The contents of this file are subject to the terms of the 341N/A# Common Development and Distribution License (the "License"). 341N/A# You may not use this file except in compliance with the License. 341N/A# See the License for the specific language governing permissions 341N/A# and limitations under the License. 341N/A# When distributing Covered Code, include this CDDL HEADER in each 341N/A# If applicable, add the following below this CDDL HEADER, with the 341N/A# fields enclosed by brackets "[]" replaced with your own identifying 341N/A# information: Portions Copyright [yyyy] [name of copyright owner] 341N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. 604N/A# Version for IPS. The encoding rules are: 341N/A# OpenSSH <x>.<y>p<n> => IPS <x>.<y>.0.<n> 341N/A# OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n> 341N/A# Because of set up requirements, test suite is in stc gate. 563N/A# 11.3 has conflicts with ON's SunSSH package, which had not yet added 341N/A# mediated links, thus cannot be updated to. 341N/A# We need to disable lazyloading of dynamic dependent libraries. During the 341N/A# pre-authentication phase, sshd will chroot to /var/empty which doesn't 341N/A# contain any files. If we use lazyloading, sshd will fail to find any 341N/A# libraries that it needs. 493N/A# Enable nxheap and nxstack security extensions 341N/A# Fix 64-bit linking via compiler. 341N/A# Copy the sftp dtrace provider file and the header file to source directory 341N/A ( echo "Copying dtrace sftp files..."; \ 341N/A# Copy source files that are not yet part of a patch