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 68de1904e0c..a248053722a 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/30 16:10:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/06/08 18:28:06 cjep Exp $ # DISTNAME= grub-0.92 @@ -9,6 +9,8 @@ MAINTAINER= jgoerzen@complete.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 +ONLY_FOR_PLATFORM= *-*-i386 + GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK_ONLY= YES |