diff options
Diffstat (limited to 'science/hdf5-18/files/hdf/Makefile')
-rw-r--r-- | science/hdf5-18/files/hdf/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/science/hdf5-18/files/hdf/Makefile b/science/hdf5-18/files/hdf/Makefile new file mode 100644 index 000000000000..1f9663c03246 --- /dev/null +++ b/science/hdf5-18/files/hdf/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +SUBDIR = src util test + +hdf-test: all + cd util && ${MAKE} test + cd test && ${MAKE} test + +.include <bsd.subdir.mk> |