1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1999-05-28 04:26:18 +00:00
|
|
|
|
|
|
|
SUBDIR= doc
|
|
|
|
|
|
|
|
LIB= history
|
2001-04-12 09:54:44 +00:00
|
|
|
MAN= rlhistory.3
|
1999-05-28 04:26:18 +00:00
|
|
|
|
|
|
|
SRCS= $(HISTSRC) xmalloc.c
|
|
|
|
|
2001-04-12 09:54:44 +00:00
|
|
|
rlhistory.3: history.3
|
|
|
|
cp ${.ALLSRC} ${.TARGET}
|
|
|
|
|
1999-05-28 04:26:18 +00:00
|
|
|
.include <bsd.lib.mk>
|