3c4b37d990
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
169 B
Makefile
12 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
.PATH: ${.CURDIR:H:H}/misc ${SRCTOP}/sys/geom/virstor
|
|
|
|
GEOM_CLASS= virstor
|
|
|
|
SRCS+= binstream.c
|
|
SRCS+= g_virstor_md.c
|
|
|
|
.include <bsd.lib.mk>
|