mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
125 B
Makefile
12 lines
125 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
SUBDIR=
|
||
|
.if ${MK_ZFS} != "no"
|
||
|
SUBDIR+=zfs
|
||
|
SUBDIR+=zpool
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|