CVSROOT: /cvs Module name: src Changes by: ckue...@cvs.openbsd.org 2010/07/30 13:23:38
Modified files: share/mk : bsd.lib.mk Log message: Add "-S" to library installs to avoid breakage when one "make -j8 build" job is installing libc and another job is expecting to use libc (for example). ok phessler