1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../geom/concat 4 5KMOD= geom_concat 6SRCS= g_concat.c 7 8.include <bsd.kmod.mk> 9