summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an include path to private linc/libc_r/libpthread header files.jb1998-03-091-2/+7
| | | | | | | | | Define the HIDDEN_SYSCALLS macro as empty because libc doesn't have renamed syscalls. This avoids an undefined macro error when libc/sys/Makefile.inc goes to look though it. HIDDEN_SYSCALLS is used by the equivalent makefile to this one in lib/libc_r to list those syscalls that it needs to rename so that libc_r can provide replacement functions.
* - Bump the minor # due to the addition of the stringlist functions.nate1998-02-121-2/+2
| | | | Reviewed by: asami
* Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-231-3/+3
|
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-21/+5
| | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too.
* Support GLOBAL style tags.jkh1997-04-131-9/+0
|
* Back out minor bumping per Peter suggestionache1996-08-131-1/+1
|
* Bump minor number - new function addedache1996-08-131-1/+1
|
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-061-2/+2
| | | | | in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
* Bump shlib minor because xdr_* functions have been enabled. Do NOTasami1995-08-091-1/+1
| | | | | | | | | | bump it again if something else is added before 2.2. The xdr_* functions are enabled only in the 2.2 (-current) branch so far. If that modification is moved to the 2.1 (-stable) branch, this one should, too. Reviewed by: the mailing lists
* Install non-source files with the optional flag ${COPY}, not with the flag -c.bde1995-08-061-1/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Add nls include to Makefile.jkh1995-03-301-0/+1
|
* Bump the shared library minor # because of the additions of thenate1995-03-271-0/+2
| | | | strhash() functions.
* Changed LIB_SCCS and SYSLIB_SCCS #defines to LIB_RCS and SYSLIB_RCS.dg1995-01-231-4/+4
|
* Use latest Arthur Olson timezone code rather than that supplied withwollman1994-09-131-0/+1
| | | | | 4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future.
* libc.so should be installed immutable.wollman1994-08-261-0/+1
|
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsudg1994-08-221-0/+1
| | | | | | <hsu@soda.berkeley.edu>. ...Moved over from 1.1.5. Other portions of this commit were done by moving the RCS files into place directly.
* Add back in the YP code from 1.1.5. (This attribution brought to youwollman1994-08-071-0/+6
| | | | | by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
* More directory cleanup after YP merge.wollman1994-08-071-2/+2
|
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-0/+1
| | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+51
OpenPOWER on IntegriCloud