aboutsummaryrefslogtreecommitdiff
path: root/lib/librt
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-05-03 08:12:26 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-06-30 07:24:31 +0000
commit4eab15539de822826512555153a9b4dd27049317 (patch)
treebb2b2a69da943eb7d1de6110d548ef0117cb212d /lib/librt
parent41b278bd71817ba237a643fcd396dd3021873012 (diff)
downloadsrc-4eab15539de822826512555153a9b4dd27049317.tar.gz
src-4eab15539de822826512555153a9b4dd27049317.zip
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
Diffstat (limited to 'lib/librt')
-rw-r--r--lib/librt/Makefile1
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}