- Enable fdisk build for MIPS

This commit is contained in:
gonzo 2009-10-13 00:43:31 +00:00
parent 6e602a9d0e
commit 3b6217c8d0

View File

@ -148,6 +148,10 @@ _fdisk= fdisk
_mca= mca
.endif
.if ${MACHINE_ARCH} == "mips"
_fdisk= fdisk
.endif
.if ${MACHINE_ARCH} == "sparc64"
_sunlabel= sunlabel
.endif