Deleted Added
full compact
Makefile (75808) Makefile (211243)
1# $FreeBSD: head/gnu/lib/libreadline/history/Makefile 75808 2001-04-21 22:05:33Z ache $
1# $FreeBSD: head/gnu/lib/libreadline/history/Makefile 211243 2010-08-12 20:46:49Z will $
2
3SUBDIR= doc
4
5LIB= history
6MAN= rlhistory.3
7
8SRCS= $(HISTSRC) xmalloc.c
9
10rlhistory.3: doc/history.3
2
3SUBDIR= doc
4
5LIB= history
6MAN= rlhistory.3
7
8SRCS= $(HISTSRC) xmalloc.c
9
10rlhistory.3: doc/history.3
11 cp ${.ALLSRC} ${.TARGET}
11 cp -f ${.ALLSRC} ${.TARGET}
12
13CLEANFILES+= rlhistory.3
14
15.include <bsd.lib.mk>
12
13CLEANFILES+= rlhistory.3
14
15.include <bsd.lib.mk>