summaryrefslogtreecommitdiff
path: root/helpers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/Makefile')
-rw-r--r--helpers/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/helpers/Makefile b/helpers/Makefile
new file mode 100644
index 0000000..f2f31d4
--- /dev/null
+++ b/helpers/Makefile
@@ -0,0 +1,11 @@
+# Makefile
+
+all: install
+
+install:
+ install -d -m 0755 $(DESTDIR)/usr/sbin/
+ install -m 0755 lh_* $(DESTDIR)/usr/sbin
+
+uninstall:
+
+reinstall: install