freebsd-skq/sbin/geom/class/virstor/Makefile

14 lines
192 B
Makefile
Raw Normal View History

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