aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-28 13:56:42 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-28 13:56:42 -0500
commit1932fea1cfd34d66ad9681c6d10b5c38415979d5 (patch)
treefaf58ce66777b910791d041496e033f7bc3f028a /bin/Makefile
parent5bb3b73496c4e11556d61cb0bc01659b7b53d677 (diff)
downloaddotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.gz
dotfiles-1932fea1cfd34d66ad9681c6d10b5c38415979d5.tar.xz
few tweaks for OpenBSD
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 6c304d8..56afbe8 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -14,6 +14,9 @@ linux:
install wpa $(HOME)/bin
install touchpad-props $(HOME)/bin
+OpenBSD:
+ install OpenBSDStatus.sh $(HOME)/bin/
+
install:
install -d $(HOME)/bin
sed "s|__REPLACE__|$$(dirname `pwd`)/snips|g" < snipmenu > $(HOME)/bin/snipmenu