clean ssh-keysign build dir before import.
This commit is contained in:
parent
9486e6fd01
commit
3dfc6702ef
4
crypto/dist/ssh/openssh2netbsd
vendored
4
crypto/dist/ssh/openssh2netbsd
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#
|
#
|
||||||
# $NetBSD: openssh2netbsd,v 1.3 2001/06/23 19:37:40 itojun Exp $
|
# $NetBSD: openssh2netbsd,v 1.4 2002/06/24 05:45:17 itojun Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2001 The NetBSD Foundation, Inc.
|
# Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -40,7 +40,7 @@ find . -name CVS -print | xargs rm -r
|
|||||||
|
|
||||||
### Remove Makefile and subdirs
|
### Remove Makefile and subdirs
|
||||||
rm -r Makefile Makefile.inc
|
rm -r Makefile Makefile.inc
|
||||||
rm -r lib ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan
|
rm -r lib ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan ssh-keysign
|
||||||
|
|
||||||
### add NetBSD RCS tag
|
### add NetBSD RCS tag
|
||||||
for i in *.c *.h; do
|
for i in *.c *.h; do
|
||||||
|
Loading…
Reference in New Issue
Block a user