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