opnsense-src/lib/libopenbsd
Lexi Winter 1a80bcc5fa Remove redundant PACKAGE for INTERNALLIB libraries
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
2025-08-23 01:57:23 +01:00
..
sys Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
getdtablecount.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
imsg-buffer.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
imsg.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
imsg.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
imsg_init.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
Makefile Remove redundant PACKAGE for INTERNALLIB libraries 2025-08-23 01:57:23 +01:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
ohash.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
ohash.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
ohash_init.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
ohash_interval.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
recallocarray.c libopenbsd: Add recallocarray() 2025-07-06 23:09:00 +00:00
unistd.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00

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.