summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-07-15 19:41:10 +0000
committermickey <mickey@openbsd.org>2002-07-15 19:41:10 +0000
commita041a030670fa8b49363439d10c6562923ba2430 (patch)
treea7d034445c017701c3775c421cd5f1fa55ef7aca /lib/libc
parentatrun is now part of cron(8) (diff)
downloadwireguard-openbsd-a041a030670fa8b49363439d10c6562923ba2430.tar.xz
wireguard-openbsd-a041a030670fa8b49363439d10c6562923ba2430.zip
suppress ctags warnings; millert@ ok
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index e90ea9dbed5..9a55baddeaf 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2001/06/18 18:08:14 millert Exp $
+# $OpenBSD: Makefile,v 1.19 2002/07/15 19:41:10 mickey Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -49,7 +49,7 @@ rm-from-libkern:
all: tags
tags: ${SRCS}
- ctags ${.ALLSRC:M*.c}
+ ctags -w ${.ALLSRC:M*.c}
egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags; sort -o tags tags