Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.151 retrieving revision 1.152 diff -u -p -r1.151 -r1.152 --- src/lib/libc/Makefile 2013/04/19 16:53:18 1.151 +++ src/lib/libc/Makefile 2013/04/19 21:02:43 1.152 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2013/04/19 16:53:18 matt Exp $ +# $NetBSD: Makefile,v 1.152 2013/04/19 21:02:43 matt Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -44,7 +44,7 @@ assym.h: ${ARCHDIR}/genassym.cf # The following controls how to build compatibility code for old NetBSD # binaries. If BUILD_LEGACY is yes, then we build a separate library; otherwise # we include the code in libc. -.if !empty(MACHINE_ARCH:Mearm*) +.if empty(MACHINE_ARCH:Mearm*) BUILD_LEGACY?= no .if "${BUILD_LEGACY}" == "yes" SUBDIR=compat