4eb75f7bf4
Supported by: Wheel - Open Technologies - http://www.wheel.pl
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/stripe
|
|
|
|
KMOD= geom_stripe
|
|
SRCS= g_stripe.c
|
|
|
|
.include <bsd.kmod.mk>
|