summaryrefslogtreecommitdiff
path: root/science/hdf/files/hdf/Makefile
blob: 1f9663c032460253d849eb1c212fbb125b54647f (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

SUBDIR	 = src util test

hdf-test: all
	cd util && ${MAKE} test
	cd test && ${MAKE} test

.include <bsd.subdir.mk>