Revision e6a5c5e20102b7dcf778b0f7648eba22eadf10a2 authored by Xin Li on 05 June 2014, 12:33:23 UTC, committed by Xin Li on 05 June 2014, 12:33:23 UTC
Security:	CVE-2014-0195, CVE-2014-0221, CVE-2014-0224,
		CVE-2014-3470
Security:	SA-14:14.openssl
Approved by:	so
1 parent aeca19c
Raw File
Makefile.mips
# $FreeBSD$

.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif
back to top