797209d767
This is "make tinderbox" clean.
17 lines
198 B
Makefile
17 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= ${_tests} ${_zfs} ${_zpool}
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
_tests= tests
|
|
.endif
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zfs= zfs
|
|
_zpool= zpool
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|