freebsd-dev/gnu/lib/libreadline/history/Makefile

14 lines
163 B
Makefile
Raw Normal View History

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