diff options
Diffstat (limited to 'init-script/Makefile')
-rw-r--r-- | init-script/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init-script/Makefile b/init-script/Makefile new file mode 100644 index 0000000..b523ffc --- /dev/null +++ b/init-script/Makefile @@ -0,0 +1,10 @@ +# +# init-script/Makefile +# + +all: + +install: + cp dnbd2 /etc/init.d/ + +clean: |