diff options
Diffstat (limited to 'gnu/lib/libreadline/history/Makefile')
-rw-r--r-- | gnu/lib/libreadline/history/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile new file mode 100644 index 0000000..d6d3ef9 --- /dev/null +++ b/gnu/lib/libreadline/history/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.30 1998/04/28 07:16:24 ache Exp $ + +SUBDIR= doc + +LIB= history + +SRCS= $(HISTSRC) xmalloc.c + +.include "../Makefile.inc" +.include <bsd.lib.mk> |