Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# CDDL HEADER START
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# The contents of this file are subject to the terms of the
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# Common Development and Distribution License, Version 1.0 only
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# (the "License"). You may not use this file except in compliance
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# with the License.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# or http://www.opensolaris.org/os/licensing.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# See the License for the specific language governing permissions
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# and limitations under the License.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# If applicable, add the following below this CDDL HEADER, with the
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# CDDL HEADER END
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# Use is subject to license terms.
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync# ident "%Z%%M% %I% %E% SMI"
a82212bd36e1074408974b466798b9966bbaf49bvboxsync#
a82212bd36e1074408974b466798b9966bbaf49bvboxsync
a82212bd36e1074408974b466798b9966bbaf49bvboxsyncinclude ../Makefile.com
a82212bd36e1074408974b466798b9966bbaf49bvboxsyncinclude $(SRC)/lib/Makefile.lib.64
a82212bd36e1074408974b466798b9966bbaf49bvboxsync
a82212bd36e1074408974b466798b9966bbaf49bvboxsync
a82212bd36e1074408974b466798b9966bbaf49bvboxsyncCFLAGS64 += -DOPENSSL_NO_INLINE_ASM
a82212bd36e1074408974b466798b9966bbaf49bvboxsync
a82212bd36e1074408974b466798b9966bbaf49bvboxsync
a82212bd36e1074408974b466798b9966bbaf49bvboxsyncinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
a82212bd36e1074408974b466798b9966bbaf49bvboxsync