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