about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-01-16 09:31:47 +0100
committerJuan RP <xtraeme@gmail.com>2015-01-16 09:31:47 +0100
commit9cad0b82f00618bb4b6747ab9b3865579528c5db (patch)
tree0329dafe1684802c32350f6a16333851660aa67f /Makefile
parentb51217a9ca94684413361b230dfeb5a3737f31b8 (diff)
parent56e66d8c3cee0f41ac851c1e02bebbe34b4e84ef (diff)
downloadrunit-void-9cad0b82f00618bb4b6747ab9b3865579528c5db.tar.gz
runit-void-9cad0b82f00618bb4b6747ab9b3865579528c5db.tar.xz
runit-void-9cad0b82f00618bb4b6747ab9b3865579528c5db.zip
Merge pull request #12 from pulux/master
add a script to handle more crypttab options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c7d560..c6f9c96 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ install:
 	install -m644 core-services/*.sh ${DESTDIR}/etc/runit/core-services
 	install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit
 	install -m644 functions $(DESTDIR)/etc/runit
+	install -m644 crypt.awk  ${DESTDIR}/etc/runit
 	install -m644 rc.conf ${DESTDIR}/etc
 	install -m755 rc.local ${DESTDIR}/etc
 	install -m755 rc.shutdown ${DESTDIR}/etc