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.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- src/lib/libc/Makefile 1999/09/26 20:27:59 1.85 +++ src/lib/libc/Makefile 2000/01/23 07:10:13 1.86 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 1999/09/26 20:27:59 jdolecek Exp $ +# $NetBSD: Makefile,v 1.86 2000/01/23 07:10:13 mycroft Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -98,7 +98,7 @@ rm-from-libkern: for i in ${KMSRCS}; do rm -f ${LIBKERN}/arch/${ARCHSUBDIR}/$$i; done .endif -all: ${.OBJDIR}/tags +realall: ${.OBJDIR}/tags ${.OBJDIR}/tags: ${SRCS} ctags ${.ALLSRC:M*.c} egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \