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
getdtablecount.c
imsg_init.3
imsg-buffer.c
imsg.c
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
unistd.h

$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.