blob: 99942fa2ed4c85c5cd17ba0e391f9fce106cf709 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
PLATFORM = i86pc
ROOT_BOOT_GRUB = $(ROOT)/boot/grub
ROOT_PLAT_GRUB = $(ROOT)/platform/$(PLATFORM)/boot/grub
ROOT_SRC = $(ROOT)/usr/share/src/grub
ROOT_USR_SBIN = $(ROOT)/usr/sbin
|