summaryrefslogtreecommitdiffstats
path: root/science/hdf5/files/mfhdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/hdf5/files/mfhdf/Makefile')
-rw-r--r--science/hdf5/files/mfhdf/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/science/hdf5/files/mfhdf/Makefile b/science/hdf5/files/mfhdf/Makefile
new file mode 100644
index 0000000..202766e
--- /dev/null
+++ b/science/hdf5/files/mfhdf/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+SUBDIR = fortran libsrc ncgen ncdump nctest dumper
+
+.include <bsd.subdir.mk>
+
+test: all
+ @for d in ${SUBDIR} ; do \
+ echo "===> testing in $$d"; \
+ cd $$d; \
+ ${MAKE} test; \
+ cd ..; \
+ done
OpenPOWER on IntegriCloud