PERFORCE change 105340 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 30 17:53:26 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105340

Change 105340 by gonzo at gonzo_hq on 2006/08/30 17:52:53

	o Disable sysinstall/kgmon build just as arm folks did.

Affected files ...

.. //depot/projects/mips2/src/usr.sbin/Makefile#3 edit

Differences ...

==== //depot/projects/mips2/src/usr.sbin/Makefile#3 (text+ko) ====

@@ -193,7 +193,7 @@
 	zic \
 	${_zzz}
 
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
 _sysinstall=	sysinstall
 .endif
 
@@ -281,7 +281,7 @@
 _usbdevs=	usbdevs
 .endif
 
-.if ${MACHINE_ARCH} == "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
 _kgmon=		kgmon
 .endif
 


More information about the p4-projects mailing list