mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
14 lines
160 B
Makefile
14 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= dtrace \
|
|
${_zdb}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
.if ${MK_LIBTHR} != "no"
|
|
_zdb= zdb
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|