summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add libss.wollman1995-01-191-1/+1
|
* The start of a forms editor library. Currently implements text andpaul1994-11-131-3/+3
| | | | | | input fields. It reads a template file passed to init_forms(char *) and creates a curses based form editor. See the examples directory for a basic demo.
* Added libf2c, the library for f2c.ljo1994-10-271-1/+1
|
* Restore leading tabsache1994-10-091-2/+2
|
* libncurses addedache1994-10-071-1/+2
|
* libmytinfo added.ache1994-10-061-1/+1
| | | | PS: don't forget 'make beforeinstall' if you want to play with it
* libterm is now libtermcaprgrimes1994-09-111-1/+1
|
* Moved the csu directory to be first on the SUBDIR list. This ispaul1994-08-251-6/+7
| | | | | | | | | | because libmd builds a test program before installation and if you've used CLOBBER there's no crt.0 to link with. This ensures that in a make world the csu objects will get installed before reaching the libmd directory. Reviewed by: Submitted by:
* LDADD= -lcryptcsgr1994-08-201-1/+1
| | | | Submitted by: Geoff
* Add entry for libskeyguido1994-08-191-1/+1
| | | | | Reviewed by: Submitted by: guido
* Make libmsun a switchable option, as before.jkh1994-08-191-1/+7
| | | | Submitted by: jkh
* Add back librpcsvc. It builds fine on both my machine and thud, I don'twollman1994-08-091-1/+1
| | | | know what Jordan's problem was.
* Comment out librpcv. Not there.jkh1994-08-091-1/+1
| | | | Submitted by: jkh
* Make librpcsvc.wollman1994-08-071-1/+1
|
* Don't try to build librpc in a separate directory.wollman1994-08-071-1/+1
|
* Reviewed by: phkphk1994-07-241-1/+1
| | | | Added libmd.
* Enable csu/${MACHINE} now that I have copied in our crt* files.rgrimes1994-05-281-3/+2
|
* Make the comments about what is missing and not done consistent withrgrimes1994-05-281-2/+2
| | | | my other Makefile comments so they can easily be found with grep.
OpenPOWER on IntegriCloud