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

This commit is contained in:
ache 2001-04-12 09:54:44 +00:00
parent 5838a80470
commit 1a3245ae3d

View File

@ -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>