From 2dc2b43f3974a910f9df6154a2ac22b194bcc3a0 Mon Sep 17 00:00:00 2001 From: mouring Date: Mon, 16 Apr 2001 02:31:53 +0000 Subject: IPv6 support for sftp (which I bungled in my last patch) which is borrowed from scp.c. Thanks to Markus@ for pointing it out. --- usr.bin/ssh/scp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/scp') diff --git a/usr.bin/ssh/scp/Makefile b/usr.bin/ssh/scp/Makefile index 380e933f0f9..454682a36b7 100644 --- a/usr.bin/ssh/scp/Makefile +++ b/usr.bin/ssh/scp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/03/03 23:59:35 markus Exp $ +# $OpenBSD: Makefile,v 1.12 2001/04/16 02:31:48 mouring Exp $ .PATH: ${.CURDIR}/.. @@ -10,6 +10,6 @@ BINMODE?=555 BINDIR= /usr/bin MAN= scp.1 -SRCS= scp.c +SRCS= scp.c scp-common.c .include -- cgit v1.2.3