freebsd-src/lib/libnetbsd
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
..
netinet
sys
efun.c
glob.h
Makefile
Makefile.depend
Makefile.depend.options
pthread.h
README
rmd160.h
sha1.h
sha2.h
sockaddr_snprintf.c
stdlib.h
strsuftoll.c
util.c
util.h

libnetbsd is 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.