diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | ssh-command.sh (renamed from command.sh) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 4a491e1..58393ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ broadcast chroot.tar -command ingest root +ssh-command tags view diff --git a/Makefile b/Makefile index 86e09de..e45a101 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINS = broadcast command ingest view +BINS = broadcast ingest ssh-command view USER = stream CFLAGS += -Wall -Wextra -Wpedantic @@ -9,7 +9,7 @@ all: tags $(BINS) tags: *.c ctags -w *.c -chroot.tar: command ingest view +chroot.tar: ingest ssh-command view mkdir -p root install -d -o root -g wheel \ root/bin \ @@ -29,7 +29,7 @@ chroot.tar: command ingest 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 command ingest view root/bin + install -o root -g wheel -m 555 ingest ssh-command view root/bin tar -c -f chroot.tar -C root bin home lib libexec usr clean: diff --git a/command.sh b/ssh-command.sh index 333ca44..333ca44 100644 --- a/command.sh +++ b/ssh-command.sh |