aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/history/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libreadline/history/Makefile')
-rw-r--r--gnu/lib/libreadline/history/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile
new file mode 100644
index 000000000000..16028728db2f
--- /dev/null
+++ b/gnu/lib/libreadline/history/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+SUBDIR= doc
+
+LIB= history
+MAN= rlhistory.3
+
+SRCS= $(HISTSRC) xmalloc.c
+
+rlhistory.3: doc/history.3
+ cp -f ${.ALLSRC} ${.TARGET}
+
+CLEANFILES+= rlhistory.3
+
+.include <bsd.lib.mk>