PERFORCE change 130642 for review

Warner Losh imp at FreeBSD.org
Tue Dec 11 13:56:08 PST 2007


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

Change 130642 by imp at imp_paco-paco on 2007/12/11 21:56:04

	For now, don't biuld libkse on mips.

Affected files ...

.. //depot/projects/mips2/src/lib/Makefile#8 edit

Differences ...

==== //depot/projects/mips2/src/lib/Makefile#8 (text+ko) ====

@@ -100,7 +100,7 @@
 _libsmb=	libsmb
 .endif
 
-.if ${MK_LIBKSE} != "no"
+.if ${MK_LIBKSE} != "no" && ${MACHINE_ARCH} != "mips"
 _libkse=	libkse
 .endif
 


More information about the p4-projects mailing list