Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ssh Fix a problem with the "distribution" target poi...



details:   https://anonhg.NetBSD.org/src/rev/b02ad1b9b86d
branches:  trunk
changeset: 495653:b02ad1b9b86d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Aug 02 17:04:23 2000 +0000

description:
Fix a problem with the "distribution" target pointed out
by itojun%netbsd.org@localhost.

diffstat:

 usr.bin/ssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 54bd87668a3d -r b02ad1b9b86d usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile      Wed Aug 02 16:51:17 2000 +0000
+++ b/usr.bin/ssh/Makefile      Wed Aug 02 17:04:23 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2000/07/28 16:43:49 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5 2000/08/02 17:04:23 thorpej Exp $
 
 .include <bsd.own.mk>
 
-.include "${.CURDIR}/Makefile.inc"
+#SSHDIST=${.CURDIR}/../../crypto/dist/ssh
 
 .if defined(SSHDIST)
 SUBDIR=        libssh ssh sshd ssh-add ssh-keygen ssh-agent scp



Home | Main Index | Thread Index | Old Index