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

9 lines
121 B
Makefile
Raw Normal View History

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