LiteBSD/src 2ccac5c — admin/build lorder, contrib/ufstool manifest.c Makefile
Make the build of LiteBSD more self-contained: * Use our own lorder script instead of relying on what is on the OS. * /usr/bin/env perl everywhere, for FreeBSD (which installs to /usr/local/bin). * ufstool needs a FreeBSD-specific #ifdef in one spot. * pcc was using bison as its yacc, switch pcc to byacc like everything else. * Some tweaks to the ncurses build process.