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.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- src/lib/libc/Makefile 1996/11/07 19:15:22 1.50 +++ src/lib/libc/Makefile 1996/12/19 07:52:52 1.51 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 1996/11/07 19:15:22 jtc Exp $ +# $NetBSD: Makefile,v 1.51 1996/12/19 07:52:52 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -22,6 +22,9 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/u .endif CLEANFILES+=tags +# Don't try to lint the C libarary against itself when creating llib-lc.ln +LLIBS= + .if exists (${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc) .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"