summary refs log tree commit diff
path: root/bin/1sh/libedit/readline/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-06-28 22:28:32 -0400
committerJune McEnroe <june@causal.agency>2019-06-28 22:28:32 -0400
commit2a0976b40a2b3888f9ba9f2d047f81b98837dc58 (patch)
tree0bdcc7964063ffbb9945b5538c4e1c42b91b2b64 /bin/1sh/libedit/readline/Makefile
parentSet HISTSIZE in catsh (diff)
downloadsrc-2a0976b40a2b3888f9ba9f2d047f81b98837dc58.tar.gz
src-2a0976b40a2b3888f9ba9f2d047f81b98837dc58.zip
Rename catsh to 1sh
Yes it's another rename because I felt like catsh was too long. 1sh is
short and unique.
Diffstat (limited to 'bin/1sh/libedit/readline/Makefile')
-rw-r--r--bin/1sh/libedit/readline/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/1sh/libedit/readline/Makefile b/bin/1sh/libedit/readline/Makefile
new file mode 100644
index 00000000..265540b7
--- /dev/null
+++ b/bin/1sh/libedit/readline/Makefile
@@ -0,0 +1,13 @@
+#	$NetBSD: Makefile,v 1.8 2016/02/17 19:47:49 christos Exp $
+
+NOOBJ=		# defined
+
+.include <bsd.own.mk>
+
+.PATH:	${NETBSDSRCDIR}/lib/libedit
+
+INCS=		readline.h
+INCSDIR=	/usr/include/readline
+INCSYMLINKS=	readline.h ${INCSDIR}/history.h
+
+.include <bsd.prog.mk>