diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 08:12:28 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 08:14:51 +0000 |
| commit | 41ee4321cc528b1f72d6a674fafdd5337be83f95 (patch) | |
| tree | 53aeed77bcbc83519e9f4343b56289baf5313506 | |
| parent | 9124ace751eb9c856c50c3698cf93ede45a9897d (diff) | |
libsdp: Move to bluetooth-lib package
Instead of creating a separate libsdp package, use LIB_PACKAGE to
ship this in bluetooth-lib.
MFC after: 1 day
Reviewed by: bapt
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52790
| -rw-r--r-- | lib/libsdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsdp/Makefile b/lib/libsdp/Makefile index f0153e756dfd..8177c9bdbd1a 100644 --- a/lib/libsdp/Makefile +++ b/lib/libsdp/Makefile @@ -1,6 +1,7 @@ # $Id: Makefile,v 1.2 2003/09/07 20:34:19 max Exp $ -PACKAGE=lib${LIB} +PACKAGE= bluetooth +LIB_PACKAGE= LIB= sdp MAN= sdp.3 |
