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

16 lines
193 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: doc/history.3
cp ${.ALLSRC} ${.TARGET}
CLEANFILES+= rlhistory.3
1999-05-28 04:26:18 +00:00
.include <bsd.lib.mk>