repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of mathias-kettner.de:omd
[omd.git]
/
packages
/
notifications-tt
/
Makefile
blob
f7692ef7f2a2a7512173e5fa4af97fd277d913fd
1
include
..
/
..
/
Makefile.omd
2
3
NAME
=
notifications-tt
4
VERSION
=
1
5
6
.PHONY
:
skel
7
8
build
:
9
10
install
:
11
mkdir
-
p
$(
DESTDIR
)$(
OMD_ROOT
)/
lib
/
nagios
/
plugins
12
install
-
m
755
notify-by-email.pl
$(
DESTDIR
)$(
OMD_ROOT
)/
lib
/
nagios
/
plugins
/
notify-by-email.pl
13
14
skel
:
15
16
clean
: