Module Name: src Committed By: jkoshy Date: Sun Sep 30 03:07:25 UTC 2012
Modified Files: src/share/mk: bsd.README Log Message: Note that the MKCOMPAT build knob is supported on mips64-based architectures. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.README diff -u src/share/mk/bsd.README:1.302 src/share/mk/bsd.README:1.303 --- src/share/mk/bsd.README:1.302 Sat Sep 29 12:03:41 2012 +++ src/share/mk/bsd.README Sun Sep 30 03:07:25 2012 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.302 2012/09/29 12:03:41 jkoshy Exp $ +# $NetBSD: bsd.README,v 1.303 2012/09/30 03:07:25 jkoshy Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the make "include" files for the NetBSD @@ -131,7 +131,7 @@ MKCATPAGES If "no", don't build or insta Default: no MKCOMPAT If "no", don't build or install the src/compat. - Default: yes on amd64/sparc64, no elsewhere. + Default: yes on amd64/mips64/sparc64, no elsewhere. MKCOMPLEX If "no", don't build libm support for <complex.h> Default: yes