diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-21 21:02:08 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-21 21:02:08 +0000 |
| commit | cc15b657322a29570dee4b288579a78a198783bc (patch) | |
| tree | 4ffab3e0b5f3fad799d3429a4f9f05675eee696d /sys/boot | |
| parent | 8bc2009811d7a92ba20bb7c22a4939df9912cebd (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 b73bc0c0d7fc..2cab077e2d86 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 .include <bsd.subdir.mk> |
