diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c15dd206389..dc62855fe96 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/11/20 23:23:09 avsm Exp $ +# $OpenBSD: Makefile,v 1.21 2004/01/28 13:53:09 deraadt Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -50,7 +50,8 @@ rm-from-libkern: all: tags tags: ${SRCS} ctags -w ${.ALLSRC:M*.c} - egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \ + egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" | \ + /dev/null ${.ALLSRC:M*.S} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags; sort -o tags tags |