9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_vol_ffs
|
|
SRCS= geom_vol_ffs.c
|
|
|
|
.include <bsd.kmod.mk>
|