diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-04-28 21:14:40 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-04-28 21:14:40 +0000 |
| commit | dfca08974141fd9ab1232f03e1e3d4f7fafe7ea4 (patch) | |
| tree | 2c0273b78316ae30a0366fbb18898f88a57668ef /sys/boot | |
| parent | df1a364da70170486efc1db458bdbdaa015cd00b (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot0sio/Makefile | 3 |
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" |
