summaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_cache/Makefile
blob: a8b20fdb2102c8808499f1992a4365bdf9c9baf8 (plain)
1
2
3
4
5
6
.PATH: ${SRCTOP}/sys/geom/cache

KMOD=	geom_cache
SRCS=	g_cache.c

.include <bsd.kmod.mk>