8 lines
98 B
Makefile
8 lines
98 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if (${MKLVM} != "no")
|
||
|
SUBDIR+= lvm2tools
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|