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