mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../geom/cache
|
||
|
|
|
||
|
|
KMOD= geom_cache
|
||
|
|
SRCS= g_cache.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|