From: Vladimir 'phcoder' Serbinenko Date: Fri, 3 Sep 2010 23:31:13 +0000 (+0200) Subject: resync MAkefile.core.def X-Git-Tag: 1.99~452^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b111db538d28029d1c5c3d65d7ec4b83984d68e;p=thirdparty%2Fgrub.git resync MAkefile.core.def --- 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;