summaryrefslogtreecommitdiff
path: root/lib/libc/regex/Makefile.inc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-11-17 05:22:46 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-11-17 05:22:46 +0000
commitd0f5340a88a02e555eec4b10eb38fe1ca436467d (patch)
tree9ceeb78a1e95c4db66e1d998063dd8dda9479f31 /lib/libc/regex/Makefile.inc
parent65e317faa1755553c19003a9789b12bfe4b2d7fc (diff)
Add missing MLINKs
Diffstat (limited to 'lib/libc/regex/Makefile.inc')
-rw-r--r--lib/libc/regex/Makefile.inc4
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