summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..acac6d7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+
+all:
+
+install:
+ # install the traditional-style init script to init.d/
+ install -d ${DESTDIR}/etc/init.d
+ install -m 0775 snowball ${DESTDIR}/etc/init.d/snowball
+
+ # install the upstart-style task to init/
+ install -d ${DESTDIR}/etc/init
+ install -m 0664 snowball.conf ${DESTDIR}/etc/init/snowball.conf