summaryrefslogtreecommitdiff
path: root/graphics/hdf/files/mfhdf/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 02:32:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 02:32:21 +0000
commitb0628da359513a9ece6addf3853a3d89aa255cda (patch)
treee560756285d43fdb29ffef8e65e31497d442fea8 /graphics/hdf/files/mfhdf/Makefile
parentRemove the ^M's in all the files, install a startup script, (diff)
Update to version 4.1r3.
PR: 14717 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23083
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