mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = src util test
|
|
|
|
hdf-test: all
|
|
cd util && ${MAKE} test
|
|
cd test && ${MAKE} test
|
|
|
|
.include <bsd.subdir.mk>
|