summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-13 06:44:25 +0000
committerjkh <jkh@FreeBSD.org>1997-04-13 06:44:25 +0000
commit1b2fdd568d73be2c650ec6f1df32ef2809520373 (patch)
treee17044ea699348150ba3b5d5c51deaa68b3e4190 /lib/libc/Makefile
parent376c4fd174b93c6dc5547687925eddced146cb77 (diff)
downloadFreeBSD-src-1b2fdd568d73be2c650ec6f1df32ef2809520373.zip
FreeBSD-src-1b2fdd568d73be2c650ec6f1df32ef2809520373.tar.gz
Support GLOBAL style tags.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 4fdc2f2..22b1f5a 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -52,13 +52,4 @@ libkern.${MACHINE}:: ${KMSRCS}
cp -p ${.ALLSRC} /sys/libkern/${MACHINE}
.endif
-#beforeinstall: tags
-# ${INSTALL} ${COPY} -o bin -g bin -m 444 tags /var/db/libc.tags
-
-tags: ${SRCS}
- ctags ${.ALLSRC:M*.c}
- egrep -o "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" ${.ALLSRC:M*.s} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
- >> tags; sort -o tags tags
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud