summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-12 09:54:44 +0000
committerache <ache@FreeBSD.org>2001-04-12 09:54:44 +0000
commit1a3245ae3ddcefa31e9048d2fcf0db51ffd9a5ea (patch)
tree74aded325ab7dbdfc24dc10f0b66824c1d830dad /gnu
parent5838a80470ba80efb4a9a8c7b5fefe2dde2a8b2b (diff)
downloadFreeBSD-src-1a3245ae3ddcefa31e9048d2fcf0db51ffd9a5ea.zip
FreeBSD-src-1a3245ae3ddcefa31e9048d2fcf0db51ffd9a5ea.tar.gz
Install history.3 as rlhistory.3 to not conflict with existing libedit function
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libreadline/history/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile
index 4845f16..b37750d 100644
--- a/gnu/lib/libreadline/history/Makefile
+++ b/gnu/lib/libreadline/history/Makefile
@@ -3,8 +3,11 @@
SUBDIR= doc
LIB= history
-MAN= history.3
+MAN= rlhistory.3
SRCS= $(HISTSRC) xmalloc.c
+rlhistory.3: history.3
+ cp ${.ALLSRC} ${.TARGET}
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud