Makefile revision 06e1a7147edd272b7296f208141627a5b1191731
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# CDDL HEADER END
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Use is subject to license terms.
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# ident "%Z%%M% %I% %E% SMI"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian MaederDYNFLAGS += $(OPENSSL_DYNFLAGS) $(C99_DISABLE)
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder$(PROG): $(OBJS) ../libssh/$(MACH)/libssh.a ../libopenbsd-compat/$(MACH)/libopenbsd-compat.a
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(DYNFLAGS)