diff options
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index f3245fccaf2..73935570435 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/11 19:53:25 magick Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/11 20:03:09 magick Exp $ # DISTNAME= grub-0.91 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 + # This package needs a new gas and therefore the -current + # toolchain. Also it is only available for i386 GNU_CONFIGURE= YES USE_GMAKE= YES |