aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-04-28 21:14:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-04-28 21:14:40 +0000
commitdfca08974141fd9ab1232f03e1e3d4f7fafe7ea4 (patch)
tree2c0273b78316ae30a0366fbb18898f88a57668ef /sys
parentdf1a364da70170486efc1db458bdbdaa015cd00b (diff)
Notes
Diffstat (limited to 'sys')
-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 5b2bad474b307..a6b6ae1cb2f73 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"