about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorpulux <pulux@pf4sh.de>2015-01-05 20:36:54 +0100
committerpulux <pulux@pf4sh.de>2015-01-05 20:36:54 +0100
commit815a44b8fa35697966d2b14821f201d3f88d81a5 (patch)
tree9567faca070b04c9171c4f33cdcea0a26f7a0b10 /Makefile
parentaf10e6c208a3cb83d5c681e92cb429b346d6f0e5 (diff)
downloadrunit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.tar.gz
runit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.tar.xz
runit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.zip
include crypt.awk in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfb820c..7d81c20 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 -d ${DESTDIR}/${PREFIX}/lib/dracut/dracut.conf.d