mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
|
|
|
|
GEOM_CLASS= virstor
|
|
|
|
SRCS+= binstream.c
|
|
SRCS+= g_virstor_md.c
|
|
|
|
.include <bsd.lib.mk>
|