freebsd-dev/sys/modules/geom/geom_multipath/Makefile

9 lines
115 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/geom/multipath
KMOD= geom_multipath
SRCS= g_multipath.c
.include <bsd.kmod.mk>