mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Install history.3 as rlhistory.3 to not conflict with existing libedit function
This commit is contained in:
parent
45b655df03
commit
465ccb3095
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75439
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user