Makefile revision 75439
1# $FreeBSD: head/gnu/lib/libreadline/history/Makefile 75439 2001-04-12 09:54:44Z ache $
2
3SUBDIR= doc
4
5LIB=    history
6MAN=    rlhistory.3
7
8SRCS= $(HISTSRC) xmalloc.c
9
10rlhistory.3: history.3
11	cp ${.ALLSRC} ${.TARGET}
12
13.include <bsd.lib.mk>
14