Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Bruce Evans
2a408617a9
Enforce building with -aout, since building with OBJFORMAT=elf doesn't
...
work.
Rely on ../Makefile.inc to set the the default for BINDIR.
1998-12-30 10:55:50 +00:00
Bruce Evans
8b5ab341cb
Removed duplicated -I options.
1998-03-12 12:26:49 +00:00
Eivind Eklund
22263dd149
Make this handle -j<large>, and avoid .depend pointing at /usr/include.
1998-03-07 10:48:15 +00:00
Eivind Eklund
5b4636a600
Make bootblock building independent of /usr/include if relative
...
includes are available.
1998-02-15 21:38:19 +00:00
Kazutaka YOKOTA
daf09234ec
Synchronize with ../biosboot/Makefile.
...
- Remove reference to the obsolete options: BOOT_PROBE_KEYBOARD,
BOOT_PROBE_KEYBOARD_LOCK and BOOT_FORCE_COMCONSOLE.
- Add reference to BOOT_COMCONSOLE_SPEED.
1998-01-31 01:20:56 +00:00
Bruce Evans
72fa3798b4
Removed LDADD=-lc and associated DPADD. libc would probably break
...
things if it were actually used.
1997-04-25 19:38:01 +00:00
Peter Wemm
6875d25465
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
...
ready for it yet.
1997-02-22 09:48:43 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Peter Wemm
825ba339df
Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(
...
(Why, oh why did this include file end up in isa/ rather than include/ ?)
1996-12-15 01:25:54 +00:00
Bruce Evans
9e25bb3c6b
Synchronized with biosboot/Makefile:
...
- use gcc-2.7.2 alignment features
- get CWARNFLAGS form <bsd.kern.mk>
- fixed whitespace differences.
1996-10-15 16:26:05 +00:00
Paul Traina
972a3f282a
Expose the control mechanism for serial console boot so that the default
...
shipped with freebsd can be changed without modifying the Makefiles directly.
Creates: BOOT_FORCE_COMCONSOLE
BOOT_PROBE_KEYBOARD
BOOT_PROBE_KEYBOARD_LOCK
BOOT_COMCONSOLE (port value for console)
1996-10-14 17:25:53 +00:00
Poul-Henning Kamp
078e82404e
The intended usage is:
...
cat /usr/mdec/rawboot /sys/compile/FOO/kernel | fdwrite
That should explain it all :-)
1996-09-11 19:25:12 +00:00