Makefile revision 2788
70N/A# The contents of this file are subject to the terms of the 70N/A# Common Development and Distribution License (the "License"). 70N/A# You may not use this file except in compliance with the License. 70N/A# See the License for the specific language governing permissions 70N/A# and limitations under the License. 70N/A# When distributing Covered Code, include this CDDL HEADER in each 70N/A# If applicable, add the following below this CDDL HEADER, with the 70N/A# fields enclosed by brackets "[]" replaced with your own identifying 70N/A# information: Portions Copyright [yyyy] [name of copyright owner] 70N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. 70N/A# Version for IPS. The encoding rules are: 70N/A# OpenSSH <x>.<y>p<n> => IPS <x>.<y>.0.<n> 70N/A# OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n> 70N/A# Enable ASLR for this component 70N/A# We need to disable lazyloading of dynamic dependent libraries. During the 70N/A# pre-authentication phase, sshd will chroot to /var/empty which doesn't 70N/A# contain any files. If we use lazyloading, sshd will fail to find any 70N/A# libraries that it needs. 70N/A# Build with BSM audit. Do not check if getaudit and getaudit_addr are in 70N/A# libbsm, because they are no longer in libbsm and not needed any way. # Copy the sftp dtrace provider file and the header file to source directory ( echo "Copying dtrace sftp files..."; \ # Because of certain set up requirement, the regress test suite is ported to