Fix the tags build.

This commit is contained in:
mycroft 2000-01-23 07:10:13 +00:00
parent bd6de83f9b
commit 44ea18f69f
1 changed files with 2 additions and 2 deletions

View File

@ -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} | \