Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 16:41:52 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r245461 - stable/9/lib
Message-ID:  <201301151641.r0FGfq3S097653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301151641.r0FGfq3S097653>