summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-22 12:35:41 -0500
committerJune McEnroe <programble@gmail.com>2018-02-22 12:35:41 -0500
commit52bd26d508b83aa7fb34d84505cf0b01ae00fdd0 (patch)
tree04bd6915fa1f7ed6f9ff37cadd149b325562c1d8 /Makefile
parentAdd sshd_config (diff)
downloadstream-52bd26d508b83aa7fb34d84505cf0b01ae00fdd0.tar.gz
stream-52bd26d508b83aa7fb34d84505cf0b01ae00fdd0.zip
Include libutil in chroot.tar
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ae50972..4050fdb 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ chroot.tar: ingest view
 	    /lib/libc.so.7 \
 	    /lib/libedit.so.7 \
 	    /lib/libncursesw.so.8 \
+	    /lib/libutil.so.9 \
 	    root/lib
 	install -o root -g wheel -m 444 /usr/share/misc/termcap.db root/usr/share/misc
 	install -o root -g wheel -m 555 /bin/sh root/bin