From bcf4b48fd9d77e4c28ca51180a69a6b06231c7e4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Feb 2018 18:27:26 -0500 Subject: Add setup, start command --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e45a101..57af159 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINS = broadcast ingest ssh-command view +BINS = broadcast ingest setup ssh-command view USER = stream CFLAGS += -Wall -Wextra -Wpedantic @@ -9,7 +9,7 @@ all: tags $(BINS) tags: *.c ctags -w *.c -chroot.tar: ingest ssh-command view +chroot.tar: $(BINS) mkdir -p root install -d -o root -g wheel \ root/bin \ @@ -29,7 +29,7 @@ chroot.tar: ingest ssh-command view 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 - install -o root -g wheel -m 555 ingest ssh-command view root/bin + install -o root -g wheel -m 555 $(BINS) root/bin tar -c -f chroot.tar -C root bin home lib libexec usr clean: -- cgit 1.4.1