diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index f6dc55fdf4c..e42f058646f 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ +# $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -18,13 +18,13 @@ PRECIOUSLIB= yes # so that libc_r can provide replacement functions. # HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ - execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ + execve.o fchflags.o fchmod.o fchown.o fcntl.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ - mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ - recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ - setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ - socket.o socketpair.o wait4.o write.o writev.o + mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \ + recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \ + setsockopt.o shutdown.o sigaction.o sigaltstack.o \ + signanosleep.o socket.o socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc" diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index f6dc55fdf4c..e42f058646f 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ +# $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -18,13 +18,13 @@ PRECIOUSLIB= yes # so that libc_r can provide replacement functions. # HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ - execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ + execve.o fchflags.o fchmod.o fchown.o fcntl.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ - mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ - recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ - setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ - socket.o socketpair.o wait4.o write.o writev.o + mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \ + recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \ + setsockopt.o shutdown.o sigaction.o sigaltstack.o \ + signanosleep.o socket.o socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc" diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index f6dc55fdf4c..e42f058646f 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ +# $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -18,13 +18,13 @@ PRECIOUSLIB= yes # so that libc_r can provide replacement functions. # HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ - execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ + execve.o fchflags.o fchmod.o fchown.o fcntl.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ - mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ - recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ - setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ - socket.o socketpair.o wait4.o write.o writev.o + mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \ + recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \ + setsockopt.o shutdown.o sigaction.o sigaltstack.o \ + signanosleep.o socket.o socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc"