mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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>
|