1.PATH: ${SRCTOP}/sys/geom/part 2 3KMOD= geom_part_gpt 4SRCS= g_part_gpt.c 5 6SRCS+= bus_if.h device_if.h g_part_if.h 7 8.include <bsd.kmod.mk> 9