From 7b111db538d28029d1c5c3d65d7ec4b83984d68e Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 4 Sep 2010 01:31:13 +0200 Subject: [PATCH] resync MAkefile.core.def --- grub-core/Makefile.core.def | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 4f28c54f4..353b9d123 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1208,16 +1208,6 @@ module = { common = partmap/bsdlabel.c; }; -module = { - name = part_netbsd; - common = partmap/netbsdlabel.c; -}; - -module = { - name = part_openbsd; - common = partmap/openbsdlabel.c; -}; - module = { name = part_sunpc; common = partmap/sunpc.c;