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