summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2005-05-25 19:19:42 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2005-05-25 19:19:42 (GMT)
commitb2fdebcabf2fc699313bb1cc0206e449ff06df07 (patch)
tree100c56aced91b2796c7c3418aa9b324141c3c1cb
parent6238bb6ff2515e34992f93b56cd43fc910250e2e (diff)
downloadnagios-mib-b2fdebcabf2fc699313bb1cc0206e449ff06df07.tar.gz
create tarballs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosmib/trunk@1184 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c075f3..b9abf2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
1VERSION = 1.0.0
2
1all: 3all:
2 smistrip -d MIB src-mib/nagios*.mib 4 smistrip -d MIB src-mib/nagios*.mib
3 5
4test: 6test:
5 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB 7 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
6 8
7 9tarball:
10 tar cvzf nagiosmib-${VERSION}.tar.gz ./MIB/*MIB
11 md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum
8 12