mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-01 04:40:27 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c
9 lines
266 B
Makefile
9 lines
266 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = plugins plugins-scripts
|
|
|
|
EXTRA_DIST = REQUIREMENTS acconfig.h package.def subst.in subst.sh Helper.pm nagios-plugins.spec contrib
|
|
|
|
test:
|
|
cd plugins; $(MAKE) test
|
|
cd plugins-scripts; $(MAKE) test
|