aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_multipath/Makefile
blob: 27b6fdbf67e4740a0bb7e942b9897db788d35924 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom/multipath

KMOD=	geom_multipath
SRCS=	g_multipath.c

.include <bsd.kmod.mk>