1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sbin/geom/class/virstor/Makefile
2010-12-16 00:00:28 +00:00

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>