diff options
author | vikram <none@none> | 2008-04-14 21:05:05 -0700 |
---|---|---|
committer | vikram <none@none> | 2008-04-14 21:05:05 -0700 |
commit | eb2bd6624e082e367f66e2b0fdfe54c9b5d493af (patch) | |
tree | c321ea8796b4af6320c80c4769f87c1d76ff747e /usr/src/grub/Makefile | |
parent | 6029a2d88c01674debfd7c2e16c941a97302b739 (diff) | |
download | illumos-joyent-eb2bd6624e082e367f66e2b0fdfe54c9b5d493af.tar.gz |
PSARC 2008/201 Grub Findroot
6655040 need a mechanism to replace biosdev usage
Diffstat (limited to 'usr/src/grub/Makefile')
-rw-r--r-- | usr/src/grub/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/grub/Makefile b/usr/src/grub/Makefile index 6db0ebe980..bb2d1c7c7c 100644 --- a/usr/src/grub/Makefile +++ b/usr/src/grub/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -22,13 +22,16 @@ SPLASH_IMAGE = splash.xpm.gz GRUB_MENU = menu.lst GRUB_DEFAULT = default INSTALL_MENU = install_menu +CAPABILITY = capability INST_TARGETS = $(ROOT_BOOT_GRUB)/$(SPLASH_IMAGE) INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_MENU) INST_TARGETS += $(ROOT_BOOT_GRUB)/$(INSTALL_MENU) INST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) +INST_TARGETS += $(ROOT_BOOT_GRUB)/$(CAPABILITY) $(ROOT_BOOT_GRUB)/$(GRUB_DEFAULT) := FILEMODE = 444 +$(ROOT_BOOT_GRUB)/$(CAPABILITY) := FILEMODE = 444 all: $(SUBDIRS) |