summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0sio
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to David's patches, we can now simplify these makefilesru2004-04-281-1/+1
| | | | | | further, and just use PROG directly (without FILES). Suggested by: bde
* Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-281-1/+2
|
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-1/+1
| | | | | | | | | | | | - do not use PROG for what's not a real C program, - use sys.mk transformation rules where possible, - only create the "machine" symlink on AMD64, - removed MAINTAINER lines in individual makefiles, - added the LIBSTAND defitinion to <bsd.libnames.mk>, - somewhat better contents in .depend files. Tested on: i386, amd64 Prodded by: bde
* Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.obrien2003-12-081-0/+7
OpenPOWER on IntegriCloud