xref: /illumos-gate/usr/src/grub/Makefile.grub (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate
8*7c478bd9Sstevel@tonic-gatePLATFORM	= i86pc
9*7c478bd9Sstevel@tonic-gate
10*7c478bd9Sstevel@tonic-gateROOT_BOOT_GRUB	= $(ROOT)/boot/grub
11*7c478bd9Sstevel@tonic-gateROOT_PLAT_GRUB	= $(ROOT)/platform/$(PLATFORM)/boot/grub
12*7c478bd9Sstevel@tonic-gateROOT_SRC	= $(ROOT)/usr/share/src/grub
13