diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2015-11-05 12:04:52 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-11-18 21:18:13 -0500 |
commit | 75614fd9696d97522ed7ed8009a66eb3544d61ad (patch) | |
tree | 0bb5875a10dbf895e0c68dc263a46aa4fb59a65b /usr/src/cmd/ssh/ssh-http-proxy-connect | |
parent | 759e89be359f2af635e4122d147df56bce948773 (diff) | |
download | illumos-gate-75614fd9696d97522ed7ed8009a66eb3544d61ad.tar.gz |
6440 ssh packages should be replaceable
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/ssh/ssh-http-proxy-connect')
-rw-r--r-- | usr/src/cmd/ssh/ssh-http-proxy-connect/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/ssh-http-proxy-connect/Makefile b/usr/src/cmd/ssh/ssh-http-proxy-connect/Makefile index 0c717f2155..bfe63cb29a 100644 --- a/usr/src/cmd/ssh/ssh-http-proxy-connect/Makefile +++ b/usr/src/cmd/ssh/ssh-http-proxy-connect/Makefile @@ -22,12 +22,10 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG= ssh-http-proxy-connect -DIRS= $(ROOTLIBSSH) +DIRS= $(ROOTLIBSSH) $(ROOTLIBSUNSSH) OBJS= ssh-http-proxy-connect.o |