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.135 retrieving revision 1.136 diff -u -p -r1.135 -r1.136 --- src/lib/libc/Makefile 2008/06/23 10:22:40 1.135 +++ src/lib/libc/Makefile 2008/10/26 07:43:07 1.136 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2008/06/23 10:22:40 ad Exp $ +# $NetBSD: Makefile,v 1.136 2008/10/26 07:43:07 mrg Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -22,6 +22,8 @@ LIB= c CPPFLAGS+= -I${.CURDIR}/include -I${.CURDIR} +LIBCDIR= ${.CURDIR} + .if exists (${ARCHDIR}/Makefile.inc) .PATH: ${ARCHDIR} .include "${ARCHDIR}/Makefile.inc"