Makefile revision 75614fd9696d97522ed7ed8009a66eb3544d61ad
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# CDDL HEADER START
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# The contents of this file are subject to the terms of the
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# Common Development and Distribution License (the "License").
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# You may not use this file except in compliance with the License.
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# See the License for the specific language governing permissions
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# and limitations under the License.
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# When distributing Covered Code, include this CDDL HEADER in each
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# If applicable, add the following below this CDDL HEADER, with the
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# fields enclosed by brackets "[]" replaced with your own identifying
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# information: Portions Copyright [yyyy] [name of copyright owner]
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# CDDL HEADER END
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner# Use is subject to license terms.
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin PennerLDLIBS += $(SSH_COMMON_LDLIBS) -lcrypto -lsocket
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner$(PROG): $(OBJS) ../libssh/$(MACH)/libssh.a ../libopenbsd-compat/$(MACH)/libopenbsd-compat.a
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner$(ROOTBIN)/ssh-keygen: $(ROOTLIBSUNSSH)/ssh-keygen
d9b1d836390f0891fb0d18f7894a385cd1b38020Alvin Penner -$(RM) $@; $(SYMLINK) ../lib/sunssh/ssh-keygen $@