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>
|