7 lines
60 B
Makefile
7 lines
60 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if ${MK_TESTS} != "no"
|
||
|
SUBDIR+= tests
|
||
|
.endif
|
||
|
|