Print this page
grub patch

@@ -1482,10 +1482,20 @@
   cflags = '$(CFLAGS_POSIX) -Wno-redundant-decls';
   cppflags = '$(CPPFLAGS_POSIX)';
 };
 
 module = {
+  name = illumos_entries;
+  common = commands/illumos_entries.c;
+};
+
+module = {
+  name = solarislegacy;
+  common = commands/solarislegacy.c;
+};
+
+module = {
   name = part_acorn;
   common = partmap/acorn.c;
 };
 
 module = {