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