2009-10-26 Robert Millan <rmh.grub@aybabtu.com>

* util/grub.d/10_freebsd.in: Remove.
        * util/grub.d/10_kfreebsd.in: New file (based on 10_linux.in).
        * configure.ac: Set host_kernel=kfreebsd for FreeBSD and GNU/kFreeBSD.
This commit is contained in:
robertmh 2009-10-26 00:41:54 +00:00
parent 5c35048e23
commit 67937d4dca
3 changed files with 109 additions and 1 deletions

View file

@ -107,7 +107,7 @@ esac
case "$host_os" in
gnu*) host_kernel=hurd ;;
linux*) host_kernel=linux ;;
freebsd* | kfreebsd*-gnu) host_kernel=freebsd ;;
freebsd* | kfreebsd*-gnu) host_kernel=kfreebsd ;;
cygwin) host_kernel=windows ;;
esac