diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-05-03 08:12:26 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-05-13 15:41:24 +0000 |
commit | 6dbde50a7e48d4779dc7a7b0bc63f922aa5bcbf5 (patch) | |
tree | 18ddb322359f8db54e611f931ba28c4e41775e09 | |
parent | f6e0c471691e0005e450ec968a9fa3b5346a3c45 (diff) |
pkgbase: Move librt to clibs
librt implement the POSIX realtime extension library.
Move it to clibs instead of utilities as a number of ports uses it
so avoid a dependancy on FreeBSD-utilities.
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D30088
-rw-r--r-- | lib/librt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 6a751b7a3aa3..00ae29bab26b 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -2,6 +2,7 @@ .include <src.opts.mk> +PACKAGE=clibs LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} |