aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/cdboot/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-20/+0
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-301-2/+4
* Don't use -N to set the OMAGIC with data and text writeable and dataWarner Losh2016-09-031-1/+1
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.Dimitry Andric2012-05-111-0/+4
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsAndriy Gapon2012-05-101-1/+3
* Use -Wl,-N instead of the undocumented -N option for GCC.Ed Schouten2010-06-031-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Thanks to David's patches, we can now simplify these makefilesRuslan Ermilov2004-04-281-5/+4
* Removed now redundant CLEANFILES assignments.Ruslan Ermilov2004-04-271-1/+0
* Use a more compact syntax for passing the "binary" options to 'ld'.David E. O'Brien2004-04-251-1/+1
* Simplify the building of our i386 'binary' boot components by directlyDavid E. O'Brien2004-04-251-5/+2
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-3/+6
* First round of cleanups to sys/boot/ makefiles:Ruslan Ermilov2004-02-061-10/+8
* Inherit BINDIR from a parent Makefile.inc.Ruslan Ermilov2004-02-061-1/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-5/+0
* This is a new CD bootstrap utility designed to replace cdldr. AccordingJohn Baldwin2001-11-041-21/+7
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,John Baldwin2000-05-231-3/+0
* Mega i386 loader commit.John Baldwin2000-03-281-10/+27
* Add the new cdldr CD bootstrap loader. This patch includes the following:John Baldwin2000-01-271-0/+23