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