mirror of
https://github.com/opnsense/src.git
synced 2026-06-23 15:40:20 -04:00
These libraries don't install anything, so they shouldn't have a PACKAGE setting. This avoids surprising behaviour in future if e.g. manpages are added to an internal library. Reported by: des Differential Revision: https://reviews.freebsd.org/D51901 |
||
|---|---|---|
| .. | ||
| sys | ||
| getdtablecount.c | ||
| imsg-buffer.c | ||
| imsg.c | ||
| imsg.h | ||
| imsg_init.3 | ||
| Makefile | ||
| Makefile.depend | ||
| ohash.c | ||
| ohash.h | ||
| ohash_init.3 | ||
| ohash_interval.3 | ||
| README | ||
| recallocarray.c | ||
| unistd.h | ||
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.