summaryrefslogtreecommitdiffstats
path: root/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Add back netnsjkh1996-10-171-3/+3
|
* Fixed CLEANFILES. osreldate was missing.bde1996-09-201-3/+4
| | | | Cleaned up LDIRS line.
* install rpc header filesadam1996-09-011-1/+4
|
* echo -> ${ECHO}peter1996-08-301-6/+6
| | | | | | | do the rm -rf and ln -s in two seperate commands to allow a fork/exec without a "sh -c" in the middle. Submitted by: bde
* Clean up include Makefile:peter1996-08-291-75/+61
| | | | | | | | | | | | - use .for loops instead of shell for loops. This means we can be shown what is happening while it's going, rather than some pacifier "echo" statement. - use "${INSTALL} -C", nuke the "cmp -s" hack - for "copies" mode, the include files are no longer touched each time the world is built. (ie: no rm -rf. symlinks are removed, mtree builds the new dirs or confirms the existing ones) - osreldate.h is build in the local dir and conditionally installed, rather than built in /usr/include and either renamed or deleted.
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Create FreeBSD copyright (c comment) for OS versionwosch1996-08-041-3/+4
|
* Add netatalk symlink, ifconfig not compiled in other caseache1996-07-091-2/+2
|
* Add `netkey' to list of kernel directories to include in /usr/include.wollman1996-06-151-2/+2
|
* Install pccard includes.phk1996-06-041-2/+2
|
* Don't install netns, it doesn't exist any more.wollman1996-02-141-2/+2
|
* Don't install netccitt and netiso, they are going away.wollman1996-02-061-2/+2
|
* Add a missing "chmod 755 /usr/include/ufs" when copies of the includempp1996-01-231-1/+2
| | | | files are installed instead of symlinks.
* Reviewed by: julian and (hsu?)julian1996-01-221-4/+4
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* Removed reference to missing mp.h in comment. We have GNU MP now.markm1995-11-121-2/+1
|
* Submitted by: john hayjulian1995-10-271-2/+2
| | | | add a link in /usr/include to /sys/netipx
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-3/+3
| | | | | | | 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.
* Don't install bogus tzfile.h. In fact, don't install any tzfile.h.wollman1995-08-051-2/+2
|
* Remove NOOBJ, we now need it.rgrimes1995-07-131-4/+2
| | | | | Remove JUST_TELL_ME hack, let the newvers.sh output fall into the obj dir, and add CLEANFILES= to clean up after it.
* Add a sprinkling of ${.CURDIR} to some paths so that this worksrgrimes1995-07-131-5/+6
| | | | | in the presence of an obj dir (though NOOBJ is set now, that shall change in the near future.)
* Add a necessary include file for the catgets* routines.jkh1995-03-301-2/+2
| | | | Obtained from: NetBSD
* add strhash.h for libc's new string hashing function.jkh1995-03-261-3/+3
|
* A little fix related to libm/msun migration.phk1995-03-221-2/+2
| | | | | Reviewed by: phk Submitted by: rgrimes
* Create osreldate.h from sys/conf/newvers.sh if we an find it. Thisphk1995-03-191-2/+10
| | | | | should take a completely ridiculous reboot out of the "make release" process...
* Temporarily add mkdir/chown of /usr/include/${LUDIR} so that thingsrgrimes1995-03-181-1/+3
| | | | | are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file.
* Add malloc.h for better SYSV/Linux compatibility like mostache1994-11-151-2/+2
| | | | | providers (like SUN f.e.) does. malloc.h have comment about its SYSVism
* Clean up install rulespst1994-11-011-5/+4
|
* Delete the clean and cleandir target and let the bsd.prog.mk do theats1994-10-311-2/+2
| | | | | work. Error was with the private clean/cleandir pair, the obj under include/rpcsvc doesn't get cleaned out.
* Install f2c.h for FORTRAN support.ljo1994-10-261-2/+2
| | | | Obtained from: netlib.att.com
* Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandardbde1994-10-031-2/+2
| | | | and unused.
* Only reinstall osreldate.h if necessarypst1994-09-291-5/+8
|
* skey.h has moved elsewherepst1994-09-291-2/+2
|
* Install osreldate.h with the correct owner, group and mode. It is stillbde1994-09-151-1/+3
| | | | | | created at install time and not compared with the current version, so it can't be installed using install and the timestamp of the target gets clobbered.
* Don't install math.h if WANT_MSUN is defined. lib/msun has its ownbde1994-09-081-2/+5
| | | | math.h with many extensions.
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1994-08-281-8/+8
|
* Added skey.h to Makefile and reformatted the list a bit.paul1994-08-201-7/+6
| | | | | Reviewed by: Submitted by:
* Make it easier for programs to figure out what revision of FreeBSD theywollman1994-08-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | are running under. Here's how to bootstrap (order is important): 1) Re-compile gcc (just the driver is all you need). 2) Re-compile libc. 3) Re-compile your kernel. Reboot. 4) cd /usr/src/include; make install You can now detect the compilation environment with the following code: #if !defined(__FreeBSD__) #define __FreeBSD_version 199401 #elif __FreeBSD__ == 1 #define __FreeBSD_version 199405 #else #include <osreldate.h> #endif You can determine the run-time environment by calling the new C library function getosreldate(), or by examining the MIB variable kern.osreldate. For the time being, the release date is defined as 199409, which we have already established as our target.
* Make sure that rpcsvc headers actually get installed.wollman1994-08-071-2/+2
|
* histedit.h is now installed from here, not from libedit.wollman1994-08-041-2/+3
|
* Install RPC headers from include, like they always should have been.wollman1994-08-041-2/+2
|
* Added glueo build rpcsvc stuff, and install floatingpoint.h.wollman1994-08-041-2/+4
|
* Add link.h to list of headers to install.rgrimes1994-05-281-1/+2
|
* Make comments about what is missing the same as in other makefiles.rgrimes1994-05-281-7/+1
| | | | | Remove the commented out stuff about X11 as the system sources should not be doing anything with X11.
* Update the Makefile to work correctly when copying and/or symlinkingrgrimes1994-05-261-25/+36
| | | | | | | | | | | | | | | | /usr/include. Make comment about mp.h missing and remove it from the list of files. Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs, mfs,ufs}. Make setting of SHARED optional by makeing it SHARED?=. Comment out installation of X11 includes since it does not work for XFree86 until we get XFree86 to install as /usr/X11. Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from _PATH_STDPATH.
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+95
OpenPOWER on IntegriCloud