summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-12 03:33:13 +0000
committerache <ache@FreeBSD.org>2001-04-12 03:33:13 +0000
commit5838a80470ba80efb4a9a8c7b5fefe2dde2a8b2b (patch)
treef03517eaaab7a7a0ae32609d4cc697269b4e4976 /lib/libedit
parent366237b31fbdbae545c94f65e8f4042687ec44ae (diff)
downloadFreeBSD-src-5838a80470ba80efb4a9a8c7b5fefe2dde2a8b2b.zip
FreeBSD-src-5838a80470ba80efb4a9a8c7b5fefe2dde2a8b2b.tar.gz
Comment out one of many editline.3 MLINKS conflicting with libreadline
(history.3)
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 331263c..65e61cc 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -19,7 +19,10 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \
editline.3 el_resize.3 editline.3 el_line.3 \
editline.3 el_insertstr.3 editline.3 el_deletestr.3 \
editline.3 history_init.3 editline.3 history_end.3 \
- editline.3 history.3 editline.3 el_data_get.3 editline.3 el_data_set.3
+ editline.3 el_data_get.3 editline.3 el_data_set.3
+
+# Conflict with libreadline
+#MLINKS= editline.3 history.3
# For speed and debugging
#SRCS= ${OSRCS} tokenizer.c history.c
OpenPOWER on IntegriCloud