]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/geom/geom_multipath/Makefile
MFV 364468:
[FreeBSD/FreeBSD.git] / sys / modules / geom / geom_multipath / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/geom/multipath
4
5 KMOD=   geom_multipath
6 SRCS=   g_multipath.c
7
8 .include <bsd.kmod.mk>