Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/dist We don't need dist/ssh-pkcs...



details:   https://anonhg.NetBSD.org/src/rev/41b979e0848c
branches:  trunk
changeset: 758929:41b979e0848c
user:      adam <adam%NetBSD.org@localhost>
date:      Sun Nov 21 19:11:09 2010 +0000

description:
We don't need dist/ssh-pkcs11-helper/Makefile

diffstat:

 crypto/external/bsd/openssh/dist/openssh2netbsd             |   4 +-
 crypto/external/bsd/openssh/dist/ssh-pkcs11-helper/Makefile |  18 -------------
 2 files changed, 2 insertions(+), 20 deletions(-)

diffs (42 lines):

diff -r 082985357be7 -r 41b979e0848c crypto/external/bsd/openssh/dist/openssh2netbsd
--- a/crypto/external/bsd/openssh/dist/openssh2netbsd   Sun Nov 21 18:59:04 2010 +0000
+++ b/crypto/external/bsd/openssh/dist/openssh2netbsd   Sun Nov 21 19:11:09 2010 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: openssh2netbsd,v 1.1 2009/06/07 22:38:47 christos Exp $
+#      $NetBSD: openssh2netbsd,v 1.2 2010/11/21 19:11:09 adam Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -33,7 +33,7 @@
 
 ### Remove Makefile and subdirs
 rm -r Makefile Makefile.inc
-rm -r lib ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan ssh-keysign
+rm -r lib ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan ssh-keysign ssh-pkcs11-helper
 
 ### add NetBSD RCS tag
 for i in *.c *.h; do
diff -r 082985357be7 -r 41b979e0848c crypto/external/bsd/openssh/dist/ssh-pkcs11-helper/Makefile
--- a/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper/Makefile       Sun Nov 21 18:59:04 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#      $OpenBSD: Makefile,v 1.2 2010/02/09 08:25:32 markus Exp $
-
-.PATH:         ${.CURDIR}/..
-
-PROG=  ssh-pkcs11-helper
-BINOWN=        root
-
-BINMODE?=555
-
-BINDIR=        /usr/libexec
-MAN=   ssh-pkcs11-helper.8
-
-SRCS=  ssh-pkcs11-helper.c ssh-pkcs11.c
-
-.include <bsd.prog.mk>
-
-LDADD+=        -lcrypto
-DPADD+=        ${LIBCRYPTO}



Home | Main Index | Thread Index | Old Index