diff options
author | msmith <msmith@FreeBSD.org> | 1998-10-06 06:12:55 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-10-06 06:12:55 +0000 |
commit | 1a62a98115a3f9ca24d88cddd76556923e184c8c (patch) | |
tree | 0fa14326ed79a622fafb81d1728b3411b05b8cbd /sys/boot | |
parent | e69402680d377e219bd4e318ff924be63ba05d99 (diff) | |
download | FreeBSD-src-1a62a98115a3f9ca24d88cddd76556923e184c8c.zip FreeBSD-src-1a62a98115a3f9ca24d88cddd76556923e184c8c.tar.gz |
Build boot0 as well.
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> |