aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
| | | | | | | | | | | All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team Notes: svn path=/head/; revision=16363
* Removed almost all traces of libkern.a. The objects that were inBruce Evans1995-12-261-2/+2
| | | | | | | | | | libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the necessary object for each machine must be linked into the kernel in case an lkm wants one. Notes: svn path=/head/; revision=13031
* Added ${MACHINE}/boot to build bootblocks.Paul Richards1994-08-251-2/+2
| | | | | | | Submitted by: Paul Richards Notes: svn path=/head/; revision=2277
* Added $Id$David Greenman1994-08-021-1/+1
| | | | Notes: svn path=/head/; revision=1817
* Add this so that the top level Makefile can traverse down into hereRodney W. Grimes1994-05-281-0/+5
and build libkern. This will be enhanced later to build other things. Notes: svn path=/head/; revision=1598