1# $FreeBSD$
2
3SUBDIR= doc
4
5LIB=    history
6MAN=    rlhistory.3
7
8SRCS= $(HISTSRC) xmalloc.c
9
10rlhistory.3: doc/history.3
11	cp -f ${.ALLSRC} ${.TARGET}
12
13CLEANFILES+= rlhistory.3
14
15.include <bsd.lib.mk>
16