mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
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>
|