about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-07-29 16:18:42 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-07-29 16:27:06 +0200
commit80b066c83c83a5ba37181703716b7618232dda4e (patch)
tree1496586c74564fbabde4062800a36978fb346a0f /Makefile
parent355a02b5baa1287c9c1c3f35c189d22fde6e5323 (diff)
downloadrunit-void-80b066c83c83a5ba37181703716b7618232dda4e.tar.gz
runit-void-80b066c83c83a5ba37181703716b7618232dda4e.tar.xz
runit-void-80b066c83c83a5ba37181703716b7618232dda4e.zip
Add modules-load.d(5) compatible kernel module loader
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5af25a0..315b4b4 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ install:
 	install -m755 halt ${DESTDIR}/${PREFIX}/bin
 	install -m755 pause ${DESTDIR}/${PREFIX}/bin
 	install -m755 shutdown.sh ${DESTDIR}/${PREFIX}/bin/shutdown
+	install -m755 modules-load ${DESTDIR}/${PREFIX}/bin/modules-load
 	install -m755 zzz ${DESTDIR}/${PREFIX}/bin
 	ln -s zzz ${DESTDIR}/${PREFIX}/bin/ZZZ
 	ln -s halt ${DESTDIR}/${PREFIX}/bin/poweroff