1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/hdf5/files/hdf/Makefile
Steve Price b0628da359 Update to version 4.1r3.
PR:		14717
Submitted by:	maintainer
1999-11-14 02:32:21 +00:00

10 lines
128 B
Makefile

# $FreeBSD$
SUBDIR = src util test
hdf-test: all
cd util && ${MAKE} test
cd test && ${MAKE} test
.include <bsd.subdir.mk>