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

9 lines
112 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/stripe
KMOD= geom_stripe
SRCS= g_stripe.c
.include <bsd.kmod.mk>