monitoring-plugins-cyconet/check_nwc_health/check_nwc_health-10.1.0.1/Makefile.am

12 lines
257 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = plugins-scripts
DOS2UNIX=$(shell which dos2unix || which fromdos)
dist-hook:
rm -f t/var/tmp/*
rm -f t/var/adm/*
find $(distdir) -type f -exec $(DOS2UNIX) {} >/dev/null 2>&1 \;
make