summary refs log tree commit diff
path: root/bin/cash/libedit/readline/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-11 17:38:59 -0500
committerJune McEnroe <june@causal.agency>2019-01-11 17:38:59 -0500
commit5e38f3a7eada1c037038dc7e0af8611265698f5c (patch)
treea21767afb094af6ea47b1a4d00a1437849195daf /bin/cash/libedit/readline/Makefile
parentAdd PSlit for prompt escapes (diff)
downloadsrc-5e38f3a7eada1c037038dc7e0af8611265698f5c.tar.gz
src-5e38f3a7eada1c037038dc7e0af8611265698f5c.zip
Import /usr/src/lib/libedit from NetBSD 8.0
Diffstat (limited to '')
-rw-r--r--bin/cash/libedit/readline/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/cash/libedit/readline/Makefile b/bin/cash/libedit/readline/Makefile
new file mode 100644
index 00000000..265540b7
--- /dev/null
+++ b/bin/cash/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>
e McEnroe 2018-09-25Add r to psfed for invertJune McEnroe 2018-09-24Add psfed, a PSF2 font editorJune McEnroe 2018-09-21Add scheme -i to swap white and blackJune McEnroe 2018-09-21Map caps lock to escape on Linux consoleJune McEnroe 2018-09-19Fix README mandoc lintsJune McEnroe 2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe 2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe 2018-09-17Add tRNS support to pngoJune McEnroe 2018-09-11Move gfx man pages to gfx/manJune McEnroe 2018-09-11Move bin man pages to bin/manJune McEnroe 2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe