diff options
author | 2004-01-28 17:58:12 +0000 | |
---|---|---|
committer | 2004-01-28 17:58:12 +0000 | |
commit | 320b370c35aa7c69554a948e4c76e3af1ce4f87f (patch) | |
tree | 9983b978ee2b46cfbc91231db335438b669fb991 /lib/libc | |
parent | we need a pfkey_init the gets us a PF_KEY socket before we drop privs (diff) | |
download | wireguard-openbsd-320b370c35aa7c69554a948e4c76e3af1ce4f87f.tar.xz wireguard-openbsd-320b370c35aa7c69554a948e4c76e3af1ce4f87f.zip |
oops
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index dc62855fe96..0ce15a4b62f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2004/01/28 13:53:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2004/01/28 17:58:12 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,7 @@ rm-from-libkern: all: tags tags: ${SRCS} ctags -w ${.ALLSRC:M*.c} - egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" | \ + egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" \ /dev/null ${.ALLSRC:M*.S} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags; sort -o tags tags |