]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/lib/libreadline/history/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / lib / libreadline / history / Makefile
1 # $FreeBSD$
2
3 SUBDIR= doc
4
5 LIB=    history
6 MAN=    rlhistory.3
7
8 SRCS= $(HISTSRC) xmalloc.c
9
10 rlhistory.3: doc/history.3
11         cp -f ${.ALLSRC} ${.TARGET}
12
13 CLEANFILES+= rlhistory.3
14
15 .include <bsd.lib.mk>