summaryrefslogtreecommitdiff
path: root/graphics/hdf/files/mfhdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hdf/files/mfhdf/Makefile')
-rw-r--r--graphics/hdf/files/mfhdf/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/hdf/files/mfhdf/Makefile b/graphics/hdf/files/mfhdf/Makefile
new file mode 100644
index 000000000000..202766e54f67
--- /dev/null
+++ b/graphics/hdf/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