summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Build libkvm on alpha too.jb1998-08-151-3/+2
|
* If building and installing libdescrypt, do it first so that the symlinkspeter1998-05-271-3/+4
| | | | | | | | point to it rather than libscrypt. This was how it was done prior to libscrypt being added in. This should stop more people getting burnt with the /usr/lib -> /usr/lib/aout transition, and the same when the ELF libs come online.
* libtcl now builds (with lots of pointer to int cast warnings) on alpha.jb1998-05-131-2/+2
|
* Add libbindpeter1998-05-031-2/+2
|
* Build both libscrypt and libdescrypt. There is no point in lettingmarkm1998-03-211-7/+4
| | | | | libscrypt stagnate, even if it is superceded by libdescrypt. It is a tiny library anyway, and building it is inexpensive.
* Build the libraries in a correct order. Reorganized the ifdefs sobde1998-03-191-29/+42
| | | | that the order is easy to see.
* Can build libc and libc_r on alpha now.jb1998-03-081-17/+13
| | | | | | | | Changed MACHINE to MACHINE_ARCH with the expectation that pc98 will use elf the same as i386. Nuked tahoe and vax 'cause the files they reference aren't in the tree. If you want vax goto NetBSD. If you want tahoe... tough.
* Enable csu/i386-elf under the appropriate conditions.jdp1998-03-071-0/+2
|
* We can now build libm on Alpha. There is very little MD alpha code.jb1998-01-101-3/+0
|
* Bruce says that ${.CURDIR}/csu/${MACHINE} will prevent finding ajb1998-01-101-2/+6
| | | | | | | | stale obj directory and we wouldn't want to do that! I trust he knows what he's talking about. 8-) Also avoid building libm at all until the NetBSD asm code is imported. I wrongly commented this out last time. Oops.
* Don't build libc, libc_r or libm on Alpha yet. We'll do the otherjb1998-01-091-3/+7
| | | | libraries first and use NetBSD's libc/libm for now.
* Build lib/csu/${MACHINE} only if it exists so that when porting FreeBSDjb1998-01-091-1/+1
| | | | | | to another architecture (in this case the Alpha) we can continue to use the host csu objects (from NetBSD). This should be a non-function change to FreeBSD/i386.
* Add libcalendar.helbig1997-12-041-2/+2
|
* Changes for KTH KerberosIVmarkm1997-09-281-6/+1
|
* Activate libvglsos1997-08-221-1/+1
|
* Hook in alias library.brian1997-05-231-1/+1
|
* Change default build to include libc_r, but allow disadvantaged soulsjb1997-05-031-1/+1
| | | | to turn off the build.
* Put on my flame proof suit and make libtcl build conditional onpeter1997-04-121-3/+6
| | | | | | | | | | the src/contrib/tcl directory existing, and also have an /etc/make.conf override (NOTCL) to stop building libtcl. This is in similar other things from src/Makefile, eg: NOGAMES, NOLKM, etc. This is so that people can put in a refuse entry in their cvsup files and not fetch the tcl code, and have it not built automatically. I'll do something similar for perl.
* Activate libopiepst1997-02-071-2/+2
|
* Build ebones/libtelnet only if MAKE_EBONES definedache1997-01-081-1/+1
|
* In the spirit of Christmas, I give ye a gift!peter1996-12-231-0/+2
| | | | | | | | | | | | | | | | | | | | - A major 11th hour, last second, untested commit! Build some infrastructure to clean up the compat lib distributions, and also allow them to be installed from the source tree rather than having to to and get the tarballs from freefall or a CD. Some tweaks to /etc/make.conf are in the pipeline to enable it. This came about because it became apparent that we'd have to change the compat21.tgz tarball to fix the NIS problem with 2.1.x binaries. Since it's tar..gz.uu, doing this would have caused a huge repository change and we may as well try and fix it once and for all. Now, adding/removing libraries should have MUCH less repository impact. Peril sensative sunglasses: on! Flame proof suit: on! Concept reviewed by a stream of ascii representing the opinion of: jkh Changes casually reviewed by: jkh (but not actually tested)
* Don't look for encumbered objects, but encumbered sources.phk1996-12-111-2/+2
|
* Compile libtelnet from eBones, not secure.markm1996-11-031-2/+2
| | | | 2.2 candidate.
* libfakegnumalloc -> libgnumallocpeter1996-09-271-1/+1
|
* add back stub libresolvpeter1996-09-031-1/+1
|
* Knock libresolv out of the SUBDIR for the moment while it doesn't build.peter1996-08-291-1/+1
|
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r.
* insert libipx and libdisk into correct order, add libzpeter1996-08-181-4/+4
|
* Add back missing backslash in SUBDIR list, it got lost when libtcl waspeter1996-06-281-3/+3
| | | | added. (also align the text block, it looked odd with variable indent)
* Add libtcl to makefilephk1996-06-281-2/+2
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-1/+1
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Remove libforms - it's unused.jkh1996-06-191-1/+1
|
* Add tcl.phk1996-06-181-1/+1
|
* Bring in libftpio.jkh1996-06-171-1/+1
|
* Add libdisk.joerg1996-03-181-1/+2
|
* Include both, the regular and the `secure' libtelnet, when buildingjoerg1996-02-131-0/+4
| | | | a release.
* Add libfakegnumalloc.phk1996-02-111-1/+1
|
* Build libscrypt in addition to libdescrypt if RELEASEDIR is set.joerg1996-01-241-0/+4
| | | | Releases do need both libraries (they go into different distributions).
* Removed reference to missing libmp in a comment. We have GNU MP now.markm1995-11-121-1/+1
|
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
* libxpg4 addedache1995-10-231-1/+1
|
* Build secure libcrypt if available and allowedache1995-09-291-1/+7
|
* Build secure libtelnet if available and allowedache1995-09-291-0/+2
|
* Only build libtelnet if the secure libtelnet is not going to be built.markm1995-08-061-1/+5
| | | | Reviewed by: rgrimes
* Remove libftp from Makefilejkh1995-08-041-1/+1
|
* Add libftp to list of targets.jkh1995-04-251-1/+1
|
* msun becomes the default -lm the right way now.phk1995-03-211-1/+1
|
* Add libpcap. I don't know what it is doing in the tree, but it hasbde1995-02-081-2/+2
| | | | | settled for too long. Compiling it gives 142 lines of compiler warnings. Perhaps the dirt will be fixed if it is visible.
* added libscsidufault1995-01-241-1/+1
|
* *** empty log message ***wollman1995-01-211-1/+2
|
OpenPOWER on IntegriCloud