How to install Citrus XPG4DL i18n module (for NetBSD-1.5.x) 1. update source tree via cvs % cd ${BSDSRCDIR} % cvs update -dP -r netbsd-1-5 -D yyyymmdd 2. apply the patch % bzcat netbsd-1-5-i18nmodule-yyyymmdd-patch.bz2 | patch -p2 -E -d ${BSDSRCDIR} 3. update /usr/share/mk/bsd.*.mk files % cd ${BSDSRCDIR}/share/mk % su # make install 4. update /usr/include/* files % cd ${BSDSRCDIR} % su # make includes 5. update /usr/lib/libc.* % cd ${BSDSRCDIR}/lib/libc && make depend all % su # make install 6. install /usr/bin/mklocale % cd ${BSDSRCDIR}/usr.bin/mklocale && make depend all % su # make install 7. rebuild entire system % cd ${BSDSRCDIR} % su # make build