Install history.3 as rlhistory.3 to not conflict with existing libedit function

This commit is contained in:
Andrey A. Chernov 2001-04-12 09:54:44 +00:00
parent 45b655df03
commit 465ccb3095
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75439

View File

@ -3,8 +3,11 @@
SUBDIR= doc SUBDIR= doc
LIB= history LIB= history
MAN= history.3 MAN= rlhistory.3
SRCS= $(HISTSRC) xmalloc.c SRCS= $(HISTSRC) xmalloc.c
rlhistory.3: history.3
cp ${.ALLSRC} ${.TARGET}
.include <bsd.lib.mk> .include <bsd.lib.mk>