diff options
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 |