mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 22:01:08 +01:00
14 lines
170 B
Makefile
14 lines
170 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
SUBDIR= ${_zpool_influxdb}
|
||
|
|
||
|
.if ${MK_ZFS} != "no"
|
||
|
_zpool_influxdb= zpool_influxdb
|
||
|
.endif
|
||
|
|
||
|
SUBDIR_PARALLEL=
|
||
|
|
||
|
.include <bsd.subdir.mk>
|