freebsd-dev/lib/libopenbsd
Kyle Evans ecebb3cc1d Only set WARNS if not defined
This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.

Not currently touching the numerous instances in ^/tools.

MFC after:	1 week
2020-09-11 13:28:37 +00:00
..
sys Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDS 2015-11-14 23:43:59 +00:00
getdtablecount.c Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00
imsg_init.3 Fix a few more speelling errors 2017-12-28 01:31:28 +00:00
imsg-buffer.c
imsg.c Merge from OpenBSD: 2015-12-09 19:22:20 +00:00
imsg.h
Makefile Only set WARNS if not defined 2020-09-11 13:28:37 +00:00
Makefile.depend
ohash_init.3
ohash_interval.3
ohash.c
ohash.h
README Fix spelling error. 2015-11-05 01:54:38 +00:00
unistd.h Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00

$FreeBSD$

libopenbsd is a thin compatibility layer intended to allow a limited
set of OpenBSD 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.