diff options
author | jhb <jhb@FreeBSD.org> | 2001-11-04 03:27:06 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-11-04 03:27:06 +0000 |
commit | 677b4a24d614c9a2c5708169e89e7da3a2b36d9b (patch) | |
tree | 0ab80ff96e82de7a57639e6b347503048a32b59a /sys/boot/i386/Makefile | |
parent | 2515f1090236a26c8e32f71ec1ec6d0ff1f217af (diff) | |
download | FreeBSD-src-677b4a24d614c9a2c5708169e89e7da3a2b36d9b.zip FreeBSD-src-677b4a24d614c9a2c5708169e89e7da3a2b36d9b.tar.gz |
Use the new cdboot instead of cdldr.
Diffstat (limited to 'sys/boot/i386/Makefile')
-rw-r--r-- | sys/boot/i386/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 624893c..4fd9447 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ -SUBDIR= mbr boot0 kgzldr btx boot2 libi386 loader +SUBDIR= mbr boot0 btx boot2 cdboot kgzldr libi386 loader # special boot programs, 'self-extracting boot2+loader' -SUBDIR+= cdldr SUBDIR+= pxeldr SUBDIR+= liloldr |