summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8a7c7a3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+PREFIX ?= /usr
+install:
+ install -D -m 755 crypttab "$(DESTDIR)$(PREFIX)/crypttab"
+ install -D -m 640 crypttab.example "$(DESTDIR)/etc/crypttab"

Generated by cgit