diff options
Diffstat (limited to 'graphics/hdf5/files/mfhdf/Makefile')
-rw-r--r-- | graphics/hdf5/files/mfhdf/Makefile | 13 |
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 |