mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/geom/cache
|
|
|
|
KMOD= geom_cache
|
|
SRCS= g_cache.c
|
|
|
|
.include <bsd.kmod.mk>
|