hostprog: Remove NO_WERROR from btools tic.Pointed-out-by: swildner
tic(1): Explicitly disable WERROR in hostprog tic. This special version is used during buildworld. Helps with bootstrapping on OpenBSD.
ncurses: Allow for easier bootstrap of libtic.Mainly as backwards compat for gcc80.Cherry-pick to 5.2
ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. *
ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. * Adjust sources a bit for future reference.
show more ...