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