From 23e8074bd0cfc5143e1af9797c20d32a0f9b0671 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 18:33:54 +0000 Subject: [PATCH] IA64 still needs to be able to run on MBR+BSD combination, so put disklabel back. Pointed out by: peter --- sbin/Makefile | 1 + sbin/bsdlabel/bsdlabel.c | 1 + sbin/disklabel/disklabel.c | 1 + 3 files changed, 3 insertions(+) diff --git a/sbin/Makefile b/sbin/Makefile index 926814458248..aa6fb0247567 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -100,6 +100,7 @@ SUBDIR+=fdisk .if ${MACHINE_ARCH} == "ia64" SUBDIR+=fdisk \ + disklabel \ gpt \ mca .endif diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index b9a8eaadd12d..d01f0ea00be2 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$"); #if defined(__i386__) #elif defined(__alpha__) +#elif defined(__ia64__) #else #error I do not know about this architecture, and shall probably not be compiled for it. #endif diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index b9a8eaadd12d..d01f0ea00be2 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$"); #if defined(__i386__) #elif defined(__alpha__) +#elif defined(__ia64__) #else #error I do not know about this architecture, and shall probably not be compiled for it. #endif