aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/bin/Makefile b/bin/Makefile
deleted file mode 100644
index 56afbe8..0000000
--- a/bin/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-WHEEL ?= wheel
-
-default: install
-
-install-zzz: zzz
- install -D -o root -g $(WHEEL) -m 755 zzz /sbin/
- chmod 6750 /sbin/zzz
-
-install-linux: backlight
- install -D -o root -g $(WHEEL) -m 755 backlight /sbin/
- chmod 6750 /sbin/backlight
-
-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
- chmod +x $(HOME)/bin/snipmenu
- install day $(HOME)/bin/
- install ddmenu $(HOME)/bin/
- install night $(HOME)/bin/
- install wallpaper $(HOME)/bin/
- install status-bar $(HOME)/bin/
- install vol $(HOME)/bin/
- install 4k-addmode.sh $(HOME)/bin/
-