]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r244557:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Jan 2013 16:41:52 +0000 (16:41 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Jan 2013 16:41:52 +0000 (16:41 +0000)
commit60acb7a0f56931c58933a5f9b9758639b5bc47d2
treeb9668be978406ddbeb53ceefd6025b2649233cb3
parent66e233f5dd4cf6016e1a1b6372f95fbd8ee84097
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

git-svn-id: svn://svn.freebsd.org/base/stable/9@245461 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/Makefile
lib/libnetbsd/Makefile [new file with mode: 0644]
lib/libnetbsd/README [new file with mode: 0644]
lib/libnetbsd/rmd160.h [new file with mode: 0644]
lib/libnetbsd/sha1.h [new file with mode: 0644]
lib/libnetbsd/sha2.h [new file with mode: 0644]
lib/libnetbsd/stdlib.h [new file with mode: 0644]
lib/libnetbsd/strsuftoll.c [new file with mode: 0644]
lib/libnetbsd/sys/cdefs.h [new file with mode: 0644]
lib/libnetbsd/util.c [new file with mode: 0644]
lib/libnetbsd/util.h [new file with mode: 0644]