lukem
|
272515842e
|
Support MAKEVERBOSE.
Use CLEANFILES to cleanup temp files instead of rm.
Cosmetic tweaks.
|
2006-06-28 15:03:00 +00:00 |
lukem
|
a0f0fb81a8
|
Convert to using CC instead of LD, as LDFLAGS is for CC not LD.
|
2006-06-28 15:00:51 +00:00 |
dsl
|
ae60f83e33
|
Remove old i386 mbr stuff (move to arch/i386/stand/mbr a while ago)
mbr.8 moved to src/share/man/man8/man8.i386
|
2003-07-16 11:11:49 +00:00 |
dsl
|
c5bd7c9dfd
|
i386/amd64 mbr is now built in sys/arch/i386/stand/mbr
|
2003-04-30 19:50:42 +00:00 |
fvdl
|
043f21d9ea
|
x86_64 -> amd64
|
2003-04-26 19:14:17 +00:00 |
fvdl
|
304258c96f
|
Compile mbr and mbr_bootsel on x86_64
|
2002-11-23 23:45:51 +00:00 |
itojun
|
245453be61
|
mbr for FDISK-formatted macppc disk
|
2002-06-17 15:25:45 +00:00 |
tv
|
d63e12815a
|
objcopy -> ${OBJCOPY}
|
2001-09-22 02:01:13 +00:00 |
christos
|
8ce2d80d7a
|
back out previous; it is better for now to handle the dependencies in
bsd.prog.mk
|
2001-01-14 09:41:41 +00:00 |
christos
|
c26e2519ac
|
add .NOTMAIN for good measure.
|
2001-01-14 09:24:30 +00:00 |
christos
|
9b6a2fbeb4
|
don't use OBJ in the dependency line cause it is not defined yet.
|
2001-01-14 09:21:24 +00:00 |
perry
|
39546c529f
|
add bootselect MLINK -- from jhawk
|
2000-03-06 01:23:11 +00:00 |
hubertf
|
04a9ed5842
|
Revert last change, it was caused by the build not picking the
right files if DESTDIR is set.
|
2000-02-11 16:14:32 +00:00 |
hubertf
|
e597c0a106
|
s/STRIP/STRIPPROG/
|
2000-02-11 15:36:25 +00:00 |
tsutsui
|
c539ff5d84
|
STRIPPROG -> STRIP
|
2000-02-01 06:00:35 +00:00 |
ross
|
255793452f
|
Since fdisk/mbr contains a man page, we need to descend into it regardless
of which ${MACHINE} we are.
|
1999-05-02 04:42:47 +00:00 |
fvdl
|
fa9bff9be1
|
Add and build a bootselecting MBR (i386).
|
1999-04-15 22:31:23 +00:00 |
christos
|
22f9ed8d9b
|
Make it work for both elf and a.out
|
1999-03-24 16:02:41 +00:00 |
lukem
|
dcab0210a0
|
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
|
1999-02-13 02:54:17 +00:00 |
ws
|
3cdac6d69c
|
Separate master bootcode from fdisk.
Add int13 extension support to master bootcode.
|
1998-10-15 15:22:13 +00:00 |