mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
10 lines
128 B
Makefile
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>
|