summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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 \