mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
b0628da359
PR: 14717 Submitted by: maintainer
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>
|