summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add compat to SUBDIR so Jordan can use it.Peter Wemm1996-12-231-0/+2
| | | | Notes: svn path=/stable/2.2/; revision=20849
* YAMFCJoerg Wunsch1996-12-141-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=20433
* YAMFCPoul-Henning Kamp1996-11-131-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=19723
* libfakegnumalloc -> libgnumallocPeter Wemm1996-09-271-1/+1
| | | | Notes: svn path=/head/; revision=18508
* add back stub libresolvPeter Wemm1996-09-031-1/+1
| | | | Notes: svn path=/head/; revision=18015
* Knock libresolv out of the SUBDIR for the moment while it doesn't build.Peter Wemm1996-08-291-1/+1
| | | | Notes: svn path=/head/; revision=17905
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-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. Notes: svn path=/head/; revision=17706
* insert libipx and libdisk into correct order, add libzPeter Wemm1996-08-181-4/+4
| | | | Notes: svn path=/head/; revision=17655
* Add back missing backslash in SUBDIR list, it got lost when libtcl wasPeter Wemm1996-06-281-3/+3
| | | | | | | added. (also align the text block, it looked odd with variable indent) Notes: svn path=/head/; revision=16815
* Add libtcl to makefilePoul-Henning Kamp1996-06-281-2/+2
| | | | Notes: svn path=/head/; revision=16812
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=16663
* Remove libforms - it's unused.Jordan K. Hubbard1996-06-191-1/+1
| | | | Notes: svn path=/head/; revision=16524
* Add tcl.Poul-Henning Kamp1996-06-181-1/+1
| | | | Notes: svn path=/head/; revision=16482
* Bring in libftpio.Jordan K. Hubbard1996-06-171-1/+1
| | | | Notes: svn path=/head/; revision=16458
* Add libdisk.Joerg Wunsch1996-03-181-1/+2
| | | | Notes: svn path=/head/; revision=14671
* Include both, the regular and the `secure' libtelnet, when buildingJoerg Wunsch1996-02-131-0/+4
| | | | | | | a release. Notes: svn path=/head/; revision=14077
* Add libfakegnumalloc.Poul-Henning Kamp1996-02-111-1/+1
| | | | Notes: svn path=/head/; revision=14030
* Build libscrypt in addition to libdescrypt if RELEASEDIR is set.Joerg Wunsch1996-01-241-0/+4
| | | | | | | Releases do need both libraries (they go into different distributions). Notes: svn path=/head/; revision=13620
* Removed reference to missing libmp in a comment. We have GNU MP now.Mark Murray1995-11-121-1/+1
| | | | Notes: svn path=/head/; revision=12242
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-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 Notes: svn path=/head/; revision=11819
* libxpg4 addedAndrey A. Chernov1995-10-231-1/+1
| | | | Notes: svn path=/head/; revision=11699
* Build secure libcrypt if available and allowedAndrey A. Chernov1995-09-291-1/+7
| | | | Notes: svn path=/head/; revision=11071
* Build secure libtelnet if available and allowedAndrey A. Chernov1995-09-291-0/+2
| | | | Notes: svn path=/head/; revision=11067
* Only build libtelnet if the secure libtelnet is not going to be built.Mark Murray1995-08-061-1/+5
| | | | | | | Reviewed by: rgrimes Notes: svn path=/head/; revision=9957
* Remove libftp from MakefileJordan K. Hubbard1995-08-041-1/+1
| | | | Notes: svn path=/head/; revision=9896
* Add libftp to list of targets.Jordan K. Hubbard1995-04-251-1/+1
| | | | Notes: svn path=/head/; revision=8068
* msun becomes the default -lm the right way now.Poul-Henning Kamp1995-03-211-1/+1
| | | | Notes: svn path=/head/; revision=7208
* Add libpcap. I don't know what it is doing in the tree, but it hasBruce Evans1995-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. Notes: svn path=/head/; revision=6249
* added libscsiPeter Dufault1995-01-241-1/+1
| | | | Notes: svn path=/head/; revision=5850
* *** empty log message ***Garrett Wollman1995-01-211-1/+2
| | | | Notes: svn path=/head/; revision=5773
* Add libss.Garrett Wollman1995-01-191-1/+1
| | | | Notes: svn path=/head/; revision=5727
* The start of a forms editor library. Currently implements text andPaul Richards1994-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. Notes: svn path=/head/; revision=4428
* Added libf2c, the library for f2c.L Jonas Olsson1994-10-271-1/+1
| | | | Notes: svn path=/head/; revision=3928
* Restore leading tabsAndrey A. Chernov1994-10-091-2/+2
| | | | Notes: svn path=/head/; revision=3450
* libncurses addedAndrey A. Chernov1994-10-071-1/+2
| | | | Notes: svn path=/head/; revision=3413
* libmytinfo added.Andrey A. Chernov1994-10-061-1/+1
| | | | | | | PS: don't forget 'make beforeinstall' if you want to play with it Notes: svn path=/head/; revision=3402
* libterm is now libtermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2680
* Moved the csu directory to be first on the SUBDIR list. This isPaul Richards1994-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: Notes: svn path=/head/; revision=2275
* LDADD= -lcryptGeoff Rehmet1994-08-201-1/+1
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2158
* Add entry for libskeyGuido van Rooij1994-08-191-1/+1
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2134
* Make libmsun a switchable option, as before.Jordan K. Hubbard1994-08-191-1/+7
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2119
* Add back librpcsvc. It builds fine on both my machine and thud, I don'tGarrett Wollman1994-08-091-1/+1
| | | | | | | know what Jordan's problem was. Notes: svn path=/head/; revision=1982
* Comment out librpcv. Not there.Jordan K. Hubbard1994-08-091-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1971
* Make librpcsvc.Garrett Wollman1994-08-071-1/+1
| | | | Notes: svn path=/head/; revision=1921
* Don't try to build librpc in a separate directory.Garrett Wollman1994-08-071-1/+1
| | | | Notes: svn path=/head/; revision=1907
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | Added libmd. Notes: svn path=/head/; revision=1804
* Enable csu/${MACHINE} now that I have copied in our crt* files.Rodney W. Grimes1994-05-281-3/+2
| | | | Notes: svn path=/head/; revision=1614
* Make the comments about what is missing and not done consistent withRodney W. Grimes1994-05-281-2/+2
| | | | | | | my other Makefile comments so they can easily be found with grep. Notes: svn path=/head/; revision=1601
* Comment out missing libmp and libplot, disable csu until it is ported.Rodney W. Grimes1994-05-271-4/+6
| | | | Notes: svn path=/head/; revision=1584
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+14
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573