IA64 still needs to be able to run on MBR+BSD combination, so put disklabel

back.

Pointed out by:	peter
This commit is contained in:
Poul-Henning Kamp 2003-01-26 18:33:54 +00:00
parent 5a7ba74dc4
commit 23e8074bd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109891
3 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,7 @@ SUBDIR+=fdisk
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+=fdisk \
disklabel \
gpt \
mca
.endif

View File

@ -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

View File

@ -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