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