From 43783a583f75e8e5b92d3be9edd7799a0805fbf5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 20 Oct 2018 16:12:31 -0400 Subject: Add install target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4fedf8..1d5c8d7 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,7 @@ clean: README: torus.1 mandoc torus.1 | col -b -x > README + +install: chroot.tar rc.torus + tar -x -f chroot.tar -C /home/$(CHROOT_USER) + install rc.torus /usr/local/etc/rc.d/torus -- cgit 1.4.1