diff options
author | des <des@FreeBSD.org> | 2008-11-21 08:10:07 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-11-21 08:10:07 +0000 |
commit | 8bb6eb968445f53f3afcf1cd69496ee2c0971c04 (patch) | |
tree | 658a410579ee9871e354b3fc77affc89e541b9ce | |
parent | 8725ce537786f401a75b1bf5d1142bacb2eb9513 (diff) | |
download | FreeBSD-src-8bb6eb968445f53f3afcf1cd69496ee2c0971c04.zip FreeBSD-src-8bb6eb968445f53f3afcf1cd69496ee2c0971c04.tar.gz |
Disconnect gptzfsboot from the build until dfr@ gets his act together.
-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 912714f..6af8642 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \ - gptzfsboot kgzldr libi386 libfirewire loader + kgzldr libi386 libfirewire loader # special boot programs, 'self-extracting boot2+loader' SUBDIR+= pxeldr |