summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2005-03-11 18:04:21 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2005-03-11 18:04:21 (GMT)
commit6238bb6ff2515e34992f93b56cd43fc910250e2e (patch)
treef8a35e506c8db39cd6ce3f023a83a5d86fb824aa /Makefile
parentec8f90449b83a3d4cd762cc2c447cf99a49a15f1 (diff)
downloadnagios-mib-6238bb6ff2515e34992f93b56cd43fc910250e2e.tar.gz
Initial revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosmib/trunk@1150 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5c075f3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
1all:
2 smistrip -d MIB src-mib/nagios*.mib
3
4test:
5 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
6
7
8