diff options
author | 1999-11-17 05:22:36 +0000 | |
---|---|---|
committer | 1999-11-17 05:22:36 +0000 | |
commit | 4f48ed1913f7515598d6ad1f8d851256bda55526 (patch) | |
tree | f3339036f71907187554c57feb1796f24e8d62a5 /lib/libc/regex | |
parent | merge with freebsd: (diff) | |
download | wireguard-openbsd-4f48ed1913f7515598d6ad1f8d851256bda55526.tar.xz wireguard-openbsd-4f48ed1913f7515598d6ad1f8d851256bda55526.zip |
Add missing MLINKs
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index 4a786818f42..0676e384190 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1998/11/20 11:18:46 d Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1999/11/17 05:22:43 millert Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # regex sources @@ -11,4 +11,4 @@ SRCS+= regcomp.c regerror.c regexec.c regfree.c MAN+= regex.3 re_format.7 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 -MLINKS+=regexec.3 regfree.3 +MLINKS+=regex.3 regsub.3 regexec.3 regfree.3 |