svn commit: r198009 - projects/mips/sbin

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Oct 13 00:43:31 UTC 2009


Author: gonzo
Date: Tue Oct 13 00:43:31 2009
New Revision: 198009
URL: http://svn.freebsd.org/changeset/base/198009

Log:
  - Enable fdisk build for MIPS

Modified:
  projects/mips/sbin/Makefile

Modified: projects/mips/sbin/Makefile
==============================================================================
--- projects/mips/sbin/Makefile	Mon Oct 12 22:40:43 2009	(r198008)
+++ projects/mips/sbin/Makefile	Tue Oct 13 00:43:31 2009	(r198009)
@@ -148,6 +148,10 @@ _fdisk=		fdisk
 _mca=		mca
 .endif
 
+.if ${MACHINE_ARCH} == "mips"
+_fdisk=		fdisk
+.endif
+
 .if ${MACHINE_ARCH} == "sparc64"
 _sunlabel=	sunlabel
 .endif


More information about the svn-src-projects mailing list