diff options
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 8361444..f196cd5 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,3 +1,3 @@ -SUBDIR= btx libi386 loader +SUBDIR= boot0 btx libi386 loader .include <bsd.subdir.mk> |