summaryrefslogtreecommitdiff
path: root/graphics/hdf5/files/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /graphics/hdf5/files/Makefile
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'graphics/hdf5/files/Makefile')
-rw-r--r--graphics/hdf5/files/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/hdf5/files/Makefile b/graphics/hdf5/files/Makefile
deleted file mode 100644
index 0dc23c19cf80..000000000000
--- a/graphics/hdf5/files/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-SUBDIR = hdf mfhdf man
-#PREFIX ?= /usr/local
-LIBDIR ?= ${PREFIX}/lib
-BINDIR ?= ${PREFIX}/bin
-
-.MAKEFLAGS: PREFIX=${PREFIX} LIBDIR=${LIBDIR} BINDIR=${BINDIR}
-
-test: all
- # testing in hdf
- @cd hdf && ${MAKE} hdf-test
- # testing in mfhdf
- @cd mfhdf && ${MAKE} test
-
-.include <bsd.subdir.mk>