diff options
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libreadline/history/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile index 4845f16e200a..b37750d098b0 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> |
