more text how to do imports

This commit is contained in:
lha 2004-04-02 15:11:21 +00:00
parent 4d21efe5f7
commit 8aa367e8da

View File

@ -1,7 +1,6 @@
#! /bin/sh
# $Heimdal: heimdal2netbsd,v 1.3 2002/09/12 14:12:18 joda Exp $
# $NetBSD: heimdal2netbsd,v 1.7 2003/05/25 22:07:56 lha Exp $
# $NetBSD: heimdal2netbsd,v 1.8 2004/04/02 15:11:21 lha Exp $
if [ \! -f kuser/kinit.c ]; then
echo "`basename $0`: should be run in top src directory" 1>&2
@ -74,7 +73,10 @@ update_inc lib/hdb/hdb.h
update_inc lib/sl/ss.h
rm -r doc/standardisation
echo 'configure --prefix=/usr --with-krb4=/usr --with-krb4-include=/usr/include/kerberosIV'
echo 'find . -name Makefile.in -o -name Makefile -o -name \*~ -exec rm {} \;'
echo 'Remember to update files in basesrc/include/heimdal/.'
echo 'configure --prefix=/usr'
echo 'cvs -d ... import src/crypto/dist/heimdal HEIMDAL heimdal-0-...'
echo 'cvs -d ... checkout -kk -jheimdal-old -jheimdal-new src/crypto/dist/heimdal
exit 0