summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/mbr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/mbr/Makefile')
-rw-r--r--sys/boot/i386/mbr/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile
index ed77dba..50add632 100644
--- a/sys/boot/i386/mbr/Makefile
+++ b/sys/boot/i386/mbr/Makefile
@@ -9,13 +9,8 @@ BINMODE= 444
ORG= 0x600
mbr: mbr.o
-.if ${OBJFORMAT} == aout
- ${LD} -N -s -T ${ORG} -o mbr.out mbr.o
- dd if=mbr.out of=${.TARGET} ibs=32 skip=1
-.else
${LD} -N -e start -Ttext ${ORG} -o mbr.out mbr.o
objcopy -S -O binary mbr.out ${.TARGET}
-.endif
CLEANFILES+= mbr.out mbr.o
OpenPOWER on IntegriCloud