summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-05 21:01:08 +0000
committergjb <gjb@FreeBSD.org>2016-02-05 21:01:08 +0000
commitb0e94739464da6f4e73a5f3e80ec779480d16892 (patch)
treed202f169da241769452be64ff9d6811a356945a0 /lib/libc
parentf6e69cfc784602193b5c513aed5aeba48fb21a80 (diff)
downloadFreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.zip
FreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.tar.gz
Remove libc, librtld_db, libthr packages, and further increase
the constraints on what needs to be installed in a specific to maintain consistency during upgrades. Create a new clibs package containing libraries that are needed as a bare minimum for consistency. With much help and input from: kib Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index b07dfee..17b9720 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
# $FreeBSD$
-PACKAGE= lib${LIB}
+PACKAGE= clibs
SHLIBDIR?= /lib
.include <src.opts.mk>
OpenPOWER on IntegriCloud