9 lines
102 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom
KMOD= geom_gpt
SRCS= geom_gpt.c
.include <bsd.kmod.mk>