svn commit: r245461 - stable/9/lib
Brooks Davis
brooks at FreeBSD.org
Tue Jan 15 16:41:53 UTC 2013
Author: brooks
Date: Tue Jan 15 16:41:52 2013
New Revision: 245461
URL: http://svnweb.freebsd.org/changeset/base/245461
Log:
MFC r244557:
Add libnetbsd, a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or no modification. It is built as a static library and not
installed for general use. Likewise, its header files are not
installed.
Sponsored by: DARPA, AFRL
Added:
- copied from r245440, head/lib/libnetbsd/
Directory Properties:
stable/9/lib/libnetbsd/ (props changed)
Modified:
stable/9/lib/Makefile (contents, props changed)
Modified: stable/9/lib/Makefile
==============================================================================
--- stable/9/lib/Makefile Tue Jan 15 15:29:28 2013 (r245460)
+++ stable/9/lib/Makefile Tue Jan 15 16:41:52 2013 (r245461)
@@ -87,6 +87,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
${_libmilter} \
${_libmp} \
${_libncp} \
+ libnetbsd \
${_libngatm} \
libopie \
libpam \
More information about the svn-src-stable-9
mailing list