mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/geom/raid3
|
|
|
|
KMOD= geom_raid3
|
|
SRCS= g_raid3.c
|
|
SRCS+= g_raid3_ctl.c
|
|
|
|
.include <bsd.kmod.mk>
|