406d87b1c3
Sponsored by: The FreeBSD Foundation
12 lines
184 B
Makefile
12 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
|
|
|
|
GEOM_CLASS= virstor
|
|
|
|
SRCS+= binstream.c
|
|
SRCS+= g_virstor_md.c
|
|
|
|
.include <bsd.lib.mk>
|