diff options
author | pulux <pulux@pf4sh.de> | 2015-01-05 20:36:54 +0100 |
---|---|---|
committer | pulux <pulux@pf4sh.de> | 2015-01-05 20:36:54 +0100 |
commit | 815a44b8fa35697966d2b14821f201d3f88d81a5 (patch) | |
tree | 9567faca070b04c9171c4f33cdcea0a26f7a0b10 | |
parent | af10e6c208a3cb83d5c681e92cb429b346d6f0e5 (diff) | |
download | runit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.tar.gz runit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.tar.xz runit-void-815a44b8fa35697966d2b14821f201d3f88d81a5.zip |
include crypt.awk in Makefile
-rw-r--r-- | Makefile | 1 |
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 |