Activate build of posix1e extensions in libc and libc_r that have been

moved in from libposix1e, and deactivate build of the soon-to-be-removed
libposix1e.

Approved by:	rwatson
Obtained from:	TrustedBSD Project
This commit is contained in:
Thomas Moestl 2001-04-04 18:17:28 +00:00
parent 16cb0dd753
commit 8b28ef9528
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75188
5 changed files with 20 additions and 1 deletions

View File

@ -27,7 +27,7 @@ SUBDIR= ${_csu} libcom_err libcrypt msun libmd \
libftpio libgnumalloc ${_libio} libipsec libipx libisc libkvm libmenu \
${_libncp} \
libnetgraph libopie libpam libpanel libpcap \
libposix1e libresolv librpcsvc libsmdb libsmutil libss \
libresolv librpcsvc libsmdb libsmutil libss \
libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})

View File

@ -24,6 +24,7 @@ NOASM=
.include "${.CURDIR}/../libc/locale/Makefile.inc"
.include "${.CURDIR}/../libc/net/Makefile.inc"
.include "${.CURDIR}/../libc/nls/Makefile.inc"
.include "${.CURDIR}/../libc/posix1e/Makefile.inc"
.if !defined(NO_QUAD)
.include "${.CURDIR}/../libc/quad/Makefile.inc"
.endif

View File

@ -5,6 +5,10 @@
SRCS+= \
uthread_accept.c \
uthread_acl_delete_fd.c \
uthread_acl_get_fd.c \
uthread_acl_set_fd.c \
uthread_acl_aclcheck_fd.c \
uthread_aio_suspend.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
@ -26,6 +30,8 @@ SRCS+= \
uthread_autoinit.cc \
uthread_bind.c \
uthread_cancel.c \
uthread_cap_get_fd.c \
uthread_cap_set_fd.c \
uthread_clean.c \
uthread_close.c \
uthread_cond.c \

View File

@ -5,6 +5,10 @@
SRCS+= \
uthread_accept.c \
uthread_acl_delete_fd.c \
uthread_acl_get_fd.c \
uthread_acl_set_fd.c \
uthread_acl_aclcheck_fd.c \
uthread_aio_suspend.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
@ -26,6 +30,8 @@ SRCS+= \
uthread_autoinit.cc \
uthread_bind.c \
uthread_cancel.c \
uthread_cap_get_fd.c \
uthread_cap_set_fd.c \
uthread_clean.c \
uthread_close.c \
uthread_cond.c \

View File

@ -5,6 +5,10 @@
SRCS+= \
uthread_accept.c \
uthread_acl_delete_fd.c \
uthread_acl_get_fd.c \
uthread_acl_set_fd.c \
uthread_acl_aclcheck_fd.c \
uthread_aio_suspend.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
@ -26,6 +30,8 @@ SRCS+= \
uthread_autoinit.cc \
uthread_bind.c \
uthread_cancel.c \
uthread_cap_get_fd.c \
uthread_cap_set_fd.c \
uthread_clean.c \
uthread_close.c \
uthread_cond.c \