9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../geom/virstor
|
||
|
|
||
|
KMOD= geom_virstor
|
||
|
SRCS= g_virstor.c g_virstor_md.c binstream.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|