aboutsummaryrefslogtreecommitdiff
path: root/graphics/hdf5/files/mfhdf/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /graphics/hdf5/files/mfhdf/Makefile
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
downloadports-d615f4ca564f838b39bd8b504a3107011d951a03.tar.gz
ports-d615f4ca564f838b39bd8b504a3107011d951a03.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'graphics/hdf5/files/mfhdf/Makefile')
-rw-r--r--graphics/hdf5/files/mfhdf/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/hdf5/files/mfhdf/Makefile b/graphics/hdf5/files/mfhdf/Makefile
deleted file mode 100644
index 202766e54f67..000000000000
--- a/graphics/hdf5/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