#!/bin/sh -v
T=i586-cygnus-win32
(cd $T/clients/; make all)
for i in kinit klist kdestroy; do
	cp $T/clients/$i/$i xfer/$i.exe
done
(cd $T/appl/telnet; make all)
cp $T/appl/telnet/telnet/telnet xfer/telnet.exe
(cd $T/appl/gssftp; make all)
cp $T/appl/gssftp/ftp/ftp xfer/ftp.exe
(cd $T/kadmin/kpasswd; make all)
cp $T/kadmin/kpasswd/kpasswd xfer/kpasswd.exe
i386-cygwin32-strip xfer/*.exe

