about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-20 16:12:31 -0400
committerJune McEnroe <june@causal.agency>2018-10-20 16:12:31 -0400
commit31736dfb12ae911525ecf762005257ffbdfc8dd0 (patch)
tree9b5f89e887b6f81110893f869e3afe5d59e464ec /Makefile
parentAdd rc.torus (diff)
downloadtorus-31736dfb12ae911525ecf762005257ffbdfc8dd0.tar.gz
torus-31736dfb12ae911525ecf762005257ffbdfc8dd0.zip
Add install target
Diffstat (limited to '')
-rw-r--r--Makefile4
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
9cd&follow=1'>Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe