diff options
author | makefu <github@syntax-fehler.de> | 2012-12-20 10:44:13 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-12-20 10:44:13 +0700 |
commit | 927fec296c45f72a95014118a9d7989f19504a13 (patch) | |
tree | 7cf9219c6fe7b2fd00fd93ee822bbdd500ea79fc /ivan/Makefile | |
parent | 8ade18b9aeb6e1d59d49d1b98ad162af8b872ef5 (diff) |
evan -> ivan
Diffstat (limited to 'ivan/Makefile')
-rw-r--r-- | ivan/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ivan/Makefile b/ivan/Makefile new file mode 100644 index 00000000..38eb1da2 --- /dev/null +++ b/ivan/Makefile @@ -0,0 +1,7 @@ +.PHONY: infest +BIN_DIR = ../bin +infest: + cp ivan ${INSTALL_DIR} +debian-startup: + cp ivan-startup /etc/init.d/ivan + update-rc.d evan start |