mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= ${_zdb}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
|
|
_zdb= zdb
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|