diff options
author | nyan <nyan@FreeBSD.org> | 2001-05-24 11:19:43 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-05-24 11:19:43 +0000 |
commit | e55c47c3e738d268fb1cf30133266bb23e2c62c8 (patch) | |
tree | 4d5fbf6a66277422c88fefc4dd6fb340318a8a78 /sys/boot/pc98 | |
parent | 38300a1c46283eb66f93a5c009e9bdfac8162208 (diff) | |
download | FreeBSD-src-e55c47c3e738d268fb1cf30133266bb23e2c62c8.zip FreeBSD-src-e55c47c3e738d268fb1cf30133266bb23e2c62c8.tar.gz |
(Re-)enabled boot2.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r-- | sys/boot/pc98/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile b/sys/boot/pc98/Makefile index 8b07da7..b86e09f 100644 --- a/sys/boot/pc98/Makefile +++ b/sys/boot/pc98/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= btx boot0 boot0.5 libpc98 loader +SUBDIR= btx boot0 boot0.5 boot2 libpc98 loader .include <bsd.subdir.mk> |