diff options
author | June McEnroe <june@causal.agency> | 2018-10-20 16:12:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-20 16:12:31 -0400 |
commit | 43783a583f75e8e5b92d3be9edd7799a0805fbf5 (patch) | |
tree | c8973604afc1054a6ba865c08e4806ef1db19dfc | |
parent | Add rc.torus (diff) | |
download | torus-43783a583f75e8e5b92d3be9edd7799a0805fbf5.tar.gz torus-43783a583f75e8e5b92d3be9edd7799a0805fbf5.zip |
Add install target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |