From a8d1d0ca5b31887af39001b756c0361d75ee42a0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jul 2018 19:19:30 -0400 Subject: Add libm.so to chroot.tar --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc6bb79..f4de74e 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ chroot.tar: server client help termcap.db 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/libm.so.5 \ /lib/libedit.so.7 \ /lib/libncurses.so.8 \ /lib/libncursesw.so.8 \ -- cgit 1.4.1