mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install history.3 as rlhistory.3 to not conflict with existing libedit function
This commit is contained in:
parent
45b655df03
commit
465ccb3095
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue