aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
authorLexi Winter <ivy@FreeBSD.org>2025-09-30 08:13:03 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-09-30 08:14:58 +0000
commita053f948ade60e8a63ebdaa676bf95c5ce38af07 (patch)
tree00f921be565b11757a235366b77114dc97e10b7d /lib
parent41ee4321cc528b1f72d6a674fafdd5337be83f95 (diff)
libbsm: Rename package to audit-lib
This is part of audit, so use the new LIB_PACKAGE feature to name the package audit-lib, rather than libbsm. MFC after: 1 day Reviewed by: bapt Sponsored by:https://www.patreon.com/bsdivy Differential Revision:https://reviews.freebsd.org/D52789
Diffstat (limited to 'lib')
-rw-r--r--lib/libbsm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libbsm/Makefile b/lib/libbsm/Makefile
index 67802eef62ac..4413a5dd79f7 100644
--- a/lib/libbsm/Makefile
+++ b/lib/libbsm/Makefile
@@ -1,9 +1,8 @@
-#
-#
+PACKAGE= audit
+LIB_PACKAGE=
-PACKAGE= lib${LIB}
-OPENBSMDIR= ${SRCTOP}/contrib/openbsm
-_LIBBSMDIR= ${OPENBSMDIR}/libbsm
+OPENBSMDIR= ${SRCTOP}/contrib/openbsm
+_LIBBSMDIR= ${OPENBSMDIR}/libbsm
LIB= bsm
SHLIB_MAJOR= 3