diff options
author | 2016-03-30 06:38:40 +0000 | |
---|---|---|
committer | 2016-03-30 06:38:40 +0000 | |
commit | faa33665ab2c5a685369c10172c1a3d7555eb253 (patch) | |
tree | db73fb627d975e66d5b679bd8305f43a980a9efc /lib/libc/regex | |
parent | sync (diff) | |
download | wireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.tar.xz wireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.zip |
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index 6f9b7733340..af55a88a8ec 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2010/11/21 00:02:30 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2016/03/30 06:38:41 jmc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # regex sources @@ -7,5 +7,3 @@ 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 regex.3 regfree.3 |