# $FreeBSD: ports/graphics/hdf/files/mfhdf/Makefile,v 1.1 1999/11/14 02:32:09 steve Exp $

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
