summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-04-28 21:14:40 +0000
committerru <ru@FreeBSD.org>2004-04-28 21:14:40 +0000
commit7285dd0c50aad72c495dcea37b153d4c14767e67 (patch)
tree2c0273b78316ae30a0366fbb18898f88a57668ef /sys/boot/i386
parent34a1e6ae2521c61f9f751bd4c5e6e71131fa6f7c (diff)
downloadFreeBSD-src-7285dd0c50aad72c495dcea37b153d4c14767e67.zip
FreeBSD-src-7285dd0c50aad72c495dcea37b153d4c14767e67.tar.gz
Properly merge boot0sio.s and boot0.s into boot0.S.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/boot0sio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile
index 5b2bad4..a6b6ae1 100644
--- a/sys/boot/i386/boot0sio/Makefile
+++ b/sys/boot/i386/boot0sio/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR}/../boot0
-BOOT= boot0sio
+FILESNAME= boot0sio
+CFLAGS+= -DSIO
.include "${.CURDIR}/../boot0/Makefile"
OpenPOWER on IntegriCloud