7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
14 lines
197 B
Makefile
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>
|