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

11 lines
111 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
2001-04-11 03:49:54 +00:00
MAN= history.3
1999-05-28 04:26:18 +00:00
SRCS= $(HISTSRC) xmalloc.c
.include <bsd.lib.mk>