summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-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