summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
commit22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch)
treefc5a38e208ec108f56afffc16f05c640e740cc20 /lib/libedit
parentc18d4a3d864d24448fec6853ae70834f8dae3a40 (diff)
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/libedit')
-rw-r--r--lib/libedit/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 8a1442c6185..29527ef0b74 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2016/03/22 11:32:18 schwarze Exp $
+# $OpenBSD: Makefile,v 1.19 2016/03/30 06:38:42 jmc Exp $
# $NetBSD: Makefile,v 1.41 2010/02/03 15:34:43 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
@@ -12,27 +12,6 @@ OSRCS= chared.c common.c el.c eln.c emacs.c fcns.c filecomplete.c help.c \
MAN= editline.3 editrc.5
-MLINKS= editline.3 el_deletestr.3 editline.3 el_end.3 \
- editline.3 el_get.3 editline.3 el_getc.3 \
- editline.3 el_gets.3 editline.3 el_init.3 \
- editline.3 el_insertstr.3 editline.3 el_line.3 \
- editline.3 el_parse.3 editline.3 el_push.3 \
- editline.3 el_reset.3 editline.3 el_resize.3 \
- editline.3 el_set.3 editline.3 el_source.3 \
- editline.3 el_wdeletestr.3 editline.3 el_wget.3 \
- editline.3 el_wgetc.3 editline.3 el_wgets.3 \
- editline.3 el_winsertstr.3 editline.3 el_wline.3 \
- editline.3 el_wparse.3 editline.3 el_wpush.3 \
- editline.3 el_wset.3 editline.3 history.3 \
- editline.3 history_end.3 editline.3 history_init.3 \
- editline.3 history_w.3 editline.3 history_wend.3 \
- editline.3 history_winit.3 editline.3 tok_end.3 \
- editline.3 tok_init.3 editline.3 tok_line.3 \
- editline.3 tok_reset.3 editline.3 tok_str.3 \
- editline.3 tok_wend.3 editline.3 tok_winit.3 \
- editline.3 tok_wline.3 editline.3 tok_wreset.3 \
- editline.3 tok_wstr.3
-
# For speed and debugging
#SRCS= ${OSRCS} tokenizer.c history.c readline.c
# For protection