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