Module Name: src
Committed By: matt
Date: Wed Apr 21 05:17:03 UTC 2010
Modified Files:
src/compat [matt-nb5-mips64]: Makefile.md_subdir
Log Message:
sync to netbsd-5
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/compat/Makefile.md_subdir
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/Makefile.md_subdir
diff -u src/compat/Makefile.md_subdir:1.1.2.2 src/compat/Makefile.md_subdir:1.1.2.3
--- src/compat/Makefile.md_subdir:1.1.2.2 Wed Jan 27 06:52:47 2010
+++ src/compat/Makefile.md_subdir Wed Apr 21 05:17:03 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.md_subdir,v 1.1.2.2 2010/01/27 06:52:47 matt Exp $
+# $NetBSD: Makefile.md_subdir,v 1.1.2.3 2010/04/21 05:17:03 matt Exp $
# list of subdirs
@@ -11,5 +11,9 @@
.endif
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
-MD_SUBDIR= mips64/64 .WAIT mips64/o32
+MD_SUBDIR= mips64/64
+.if target(obj)
+MD_SUBDIR+= .WAIT
+.endif
+MD_SUBDIR+= mips64/o32
.endif