freebsd-ports/science/hdf5/files/mfhdf/Makefile
Steve Price b0628da359 Update to version 4.1r3.
PR:		14717
Submitted by:	maintainer
1999-11-14 02:32:21 +00:00

13 lines
209 B
Makefile

# $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