freebsd-dev/sbin/geom/class/virstor/Makefile
David E. O'Brien 7838c4d1c1 Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.

Obtained from: Juniper Networks
2010-12-15 23:24:34 +00:00

14 lines
197 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
GEOM_CLASS= virstor
SRCS+= binstream.c
SRCS+= g_virstor_md.c
DPADD= ${LIBMD}
LDADD= -lmd
.include <bsd.lib.mk>