aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-211-2/+2
| | | | Notes: svn path=/releng/BETA_2_0/; revision=4743
* Clean up install rulesPaul Traina1994-11-011-5/+4
| | | | Notes: svn path=/head/; revision=4044
* Delete the clean and cleandir target and let the bsd.prog.mk do theAndreas Schulz1994-10-311-2/+2
| | | | | | | | work. Error was with the private clean/cleandir pair, the obj under include/rpcsvc doesn't get cleaned out. Notes: svn path=/head/; revision=4019
* Install f2c.h for FORTRAN support.L Jonas Olsson1994-10-261-2/+2
| | | | | | | Obtained from: netlib.att.com Notes: svn path=/head/; revision=3908
* Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandardBruce Evans1994-10-031-2/+2
| | | | | | | and unused. Notes: svn path=/head/; revision=3329
* Only reinstall osreldate.h if necessaryPaul Traina1994-09-291-5/+8
| | | | Notes: svn path=/head/; revision=3214
* skey.h has moved elsewherePaul Traina1994-09-291-2/+2
| | | | Notes: svn path=/head/; revision=3211
* Install osreldate.h with the correct owner, group and mode. It is stillBruce Evans1994-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. Notes: svn path=/head/; revision=2809
* Don't install math.h if WANT_MSUN is defined. lib/msun has its ownBruce Evans1994-09-081-2/+5
| | | | | | | math.h with many extensions. Notes: svn path=/head/; revision=2573
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1994-08-281-8/+8
| | | | Notes: svn path=/head/; revision=2367
* Added skey.h to Makefile and reformatted the list a bit.Paul Richards1994-08-201-7/+6
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2151
* Make it easier for programs to figure out what revision of FreeBSD theyGarrett Wollman1994-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. Notes: svn path=/head/; revision=2004
* Make sure that rpcsvc headers actually get installed.Garrett Wollman1994-08-071-2/+2
| | | | Notes: svn path=/head/; revision=1917
* histedit.h is now installed from here, not from libedit.Garrett Wollman1994-08-041-2/+3
| | | | Notes: svn path=/head/; revision=1841
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-041-2/+2
| | | | Notes: svn path=/head/; revision=1839
* Added glueo build rpcsvc stuff, and install floatingpoint.h.Garrett Wollman1994-08-041-2/+4
| | | | Notes: svn path=/head/; revision=1833
* Add link.h to list of headers to install.Rodney W. Grimes1994-05-281-1/+2
| | | | Notes: svn path=/head/; revision=1615
* Make comments about what is missing the same as in other makefiles.Rodney W. Grimes1994-05-281-7/+1
| | | | | | | | Remove the commented out stuff about X11 as the system sources should not be doing anything with X11. Notes: svn path=/head/; revision=1604
* Update the Makefile to work correctly when copying and/or symlinkingRodney W. Grimes1994-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. Notes: svn path=/head/; revision=1570
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+95
Notes: svn path=/head/; revision=1539