> Looking further, it's sortof worse with fortune - it calls the strfile
> in the objdir, so this one is going to require further work to allow
> cross-compiling...
No, this isn't a problem. strfile is built with ${HOST_CC}, not
${CC}, so what's built should be able to run on the host.
- Bill