Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/geom/geom_concat/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/geom/concat
4
5KMOD=	geom_concat
6SRCS=	g_concat.c
7
8.include <bsd.kmod.mk>
9