diff options
author | 2004-01-28 13:53:09 +0000 | |
---|---|---|
committer | 2004-01-28 13:53:09 +0000 | |
commit | 03722a93bfbc5598ac93f26dc9c604f6ec6ed64b (patch) | |
tree | a1939268892f4fa136152a60704f8917b018aca1 /lib | |
parent | put all gcc2 specific stuff in the md.* files (diff) | |
download | wireguard-openbsd-03722a93bfbc5598ac93f26dc9c604f6ec6ed64b.tar.xz wireguard-openbsd-03722a93bfbc5598ac93f26dc9c604f6ec6ed64b.zip |
toast long line
Diffstat (limited to 'lib')
-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 |