]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/geom/virstor/Makefile
Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
[FreeBSD/FreeBSD.git] / lib / geom / virstor / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 .PATH: ${.CURDIR:H:H}/misc ${SRCTOP}/sys/geom/virstor
5
6 GEOM_CLASS=     virstor
7
8 SRCS+=  binstream.c
9 SRCS+=  g_virstor_md.c
10
11 .include <bsd.lib.mk>