summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-01-28 13:53:09 +0000
committerderaadt <deraadt@openbsd.org>2004-01-28 13:53:09 +0000
commit03722a93bfbc5598ac93f26dc9c604f6ec6ed64b (patch)
treea1939268892f4fa136152a60704f8917b018aca1
parentput all gcc2 specific stuff in the md.* files (diff)
downloadwireguard-openbsd-03722a93bfbc5598ac93f26dc9c604f6ec6ed64b.tar.xz
wireguard-openbsd-03722a93bfbc5598ac93f26dc9c604f6ec6ed64b.zip
toast long line
-rw-r--r--lib/libc/Makefile5
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