summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-04 14:17:18 -0400
committerJune McEnroe <june@causal.agency>2018-08-04 14:17:18 -0400
commit96888b6c3207bde698983f392c5efd1b65849aab (patch)
treea555dbfb1a46f23e7403488806b7b4c6ec488f1e /Makefile
parentDefine A_ITALIC if not defined (diff)
downloadcatgirl-96888b6c3207bde698983f392c5efd1b65849aab.tar.gz
catgirl-96888b6c3207bde698983f392c5efd1b65849aab.zip
Add libedit to chroot
Needed by sh.
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b76ba97..105eb5f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ chroot.tar: chat
 	install -o root -g wheel -m 555 /libexec/ld-elf.so.1 root/libexec
 	install -o root -g wheel -m 444 \
 		/lib/libc.so.7 \
+	    /lib/libedit.so.7 \
 		/lib/libncursesw.so.8 \
 		/lib/libthr.so.3 \
 		/usr/local/lib/libcrypto.so.43 \