init-Makefile added

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@136 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-24 20:13:33 +00:00
parent 224ef19d72
commit 13fe141eee
1 changed files with 7 additions and 0 deletions

7
deamon/init/Makefile Normal file
View File

@ -0,0 +1,7 @@
File = weatherd
Dir = /etc/init.d/
install:
@ echo "kopiere init-Script"
@ mkdir -p $(DESTDIR)$(Dir)
@ cp $(File) $(DESTDIR)$(Dir)