Makefile revision 5308
2247N/A# The contents of this file are subject to the terms of the 2247N/A# Common Development and Distribution License (the "License"). 2247N/A# You may not use this file except in compliance with the License. 2247N/A# See the License for the specific language governing permissions 2247N/A# and limitations under the License. 2247N/A# When distributing Covered Code, include this CDDL HEADER in each 2247N/A# If applicable, add the following below this CDDL HEADER, with the 2247N/A# fields enclosed by brackets "[]" replaced with your own identifying 2247N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5306N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. 2276N/A# Version for IPS. The encoding rules are: 2276N/A# OpenSSH <x>.<y>p<n> => IPS <x>.<y>.0.<n> 2276N/A# OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n> 2247N/A# Enable ASLR for this component 2247N/A# We need to disable lazyloading of dynamic dependent libraries. During the 2247N/A# pre-authentication phase, sshd will chroot to /var/empty which doesn't 2247N/A# contain any files. If we use lazyloading, sshd will fail to find any 5161N/A# Enable nxheap and nxstack security extensions 3431N/A# Just $(BUILD_64) option was not propogating the 64 bit flags to all the 3431N/A# necessary places. Hence the -m64 option is added to LDFLAGS for 2738N/A# Copy the sftp dtrace provider file and the header file to source directory 2738N/A ( echo "Copying dtrace sftp files..."; \ 3513N/A# Copy source files that are not yet part of a patch 2247N/A# Because of certain set up requirement, the regress test suite is ported to