mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/geom
|
|
|
|
KMOD= geom_flashmap
|
|
SRCS= geom_flashmap.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|