aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-15 21:18:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-15 21:18:30 +0000
commit3d0d5c76b009a30257692402987a8e960dfb7ffe (patch)
tree90307bd873506798595f2337815d437b646846ac /Makefile.inc1
parentfeec6a7a909b81363f0696e0c97cfcb3accf72e3 (diff)
downloadsrc-3d0d5c76b009a30257692402987a8e960dfb7ffe.tar.gz
src-3d0d5c76b009a30257692402987a8e960dfb7ffe.zip
Catch up with libpthread/support/Makefile.inc,v 1.6 and revert
Makefile.inc1 revisions 1.365 and 1.367: libc_pic.a is no longer necessary to build libpthread.so (ie: libkse.so).
Notes
Notes: svn path=/head/; revision=120102
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ba1ee1364caf..693c3ee0c10c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -814,8 +814,6 @@ libraries:
# gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all
# shared libraries for ELF.
#
-# lib/libc (libc_pic.a) must be built before lib/libpthread.
-#
_startup_libs= gnu/lib/csu gnu/lib/libgcc
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
@@ -824,6 +822,7 @@ _startup_libs+= lib/csu/${MACHINE_ARCH}
.endif
_prebuild_libs=
+
_generic_libs= gnu/lib
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
@@ -835,9 +834,6 @@ _prebuild_libs+= kerberos5/lib/libroken
_generic_libs+= kerberos5/lib
.endif
-.if !defined(NOLIBPTHREAD)
-_prebuild_libs+= lib/libc
-.endif
_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libkvm lib/libmd \
lib/libncurses lib/libopie lib/libpam lib/libradius \